From 748c5064b5f8a3ce3a8c68bf2ec5efd713cc9c04 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 28 Aug 2023 22:21:54 +0300 Subject: [PATCH] jump to note list: Improve scroll bar position --- src/public/stylesheets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index dfffe5aa9..1aa2367be 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -1081,7 +1081,7 @@ textarea { } .jump-to-note-dialog .modal-body { - padding: 0 1rem; + padding: 0; } .jump-to-note-results .aa-dropdown-menu { @@ -1089,5 +1089,5 @@ textarea { } .jump-to-note-results .aa-suggestions { - padding: 1rem 0; + padding: 1rem; }