mirror of
https://github.com/zadam/trilium.git
synced 2026-01-01 12:14:24 +01:00
style: add (limited) support for scrollable menus
This commit is contained in:
parent
aa7ae150dc
commit
150e2504b1
@ -128,6 +128,12 @@ body.backdrop-effects-disabled {
|
||||
font-size: 0.9rem !important;
|
||||
}
|
||||
|
||||
.dropdown-menu.tn-dropdown-menu-scrollable {
|
||||
/* Note: scrollable dropdowns does not support submenus */
|
||||
max-height: 90vh;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
body.desktop .dropdown-menu::before,
|
||||
:root .ck.ck-dropdown__panel::before,
|
||||
:root .excalidraw .popover::before,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user