From 8c247ba7c6076f77b12e286a6af16cf1951665de Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 28 Aug 2023 22:12:14 +0300 Subject: [PATCH] jump to note list: Improve layout --- src/public/stylesheets/style.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 106d5b01f..7cda1dec6 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -505,8 +505,7 @@ table.promoted-attributes-in-tooltip td, table.promoted-attributes-in-tooltip th } .algolia-autocomplete-container .aa-dropdown-menu { - position: inherit !important; - max-height: 40vh; + position: inherit !important; overflow: scroll; } @@ -1075,3 +1074,15 @@ textarea { position: relative; top: 8px; } + +.jump-to-note-dialog .modal-body { + padding: 0 1rem; +} + +.jump-to-note-results .aa-dropdown-menu { + max-height: 40vh; +} + +.jump-to-note-results .aa-suggestions { + padding: 1rem 0; +}