From 4de6a803e952511ca3f345c7efa7ce1ed5a224bf Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 28 Aug 2023 22:30:42 +0300 Subject: [PATCH] jump to note list: Remove scroll when not needed --- src/public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 1aa2367be..943faf852 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -506,7 +506,7 @@ table.promoted-attributes-in-tooltip td, table.promoted-attributes-in-tooltip th .algolia-autocomplete-container .aa-dropdown-menu { position: inherit !important; - overflow: scroll; + overflow: auto; } .algolia-autocomplete .aa-input, .algolia-autocomplete .aa-hint {