jump to note list: Improve scroll bar position

This commit is contained in:
Elian Doran 2023-08-28 22:21:54 +03:00
parent c6e8966ecd
commit 748c5064b5

View File

@ -1081,7 +1081,7 @@ textarea {
} }
.jump-to-note-dialog .modal-body { .jump-to-note-dialog .modal-body {
padding: 0 1rem; padding: 0;
} }
.jump-to-note-results .aa-dropdown-menu { .jump-to-note-results .aa-dropdown-menu {
@ -1089,5 +1089,5 @@ textarea {
} }
.jump-to-note-results .aa-suggestions { .jump-to-note-results .aa-suggestions {
padding: 1rem 0; padding: 1rem;
} }