jump to note list: Improve layout

This commit is contained in:
Elian Doran 2023-08-28 22:12:14 +03:00
parent 52b5711ecd
commit 8c247ba7c6

View File

@ -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;
}