mirror of
https://github.com/zadam/trilium.git
synced 2026-01-07 23:24:25 +01:00
fix(breadcrumbs): bottom gap caused by scrollbar in context menu
This commit is contained in:
parent
b5af513371
commit
502c896616
@ -131,7 +131,7 @@ body.backdrop-effects-disabled {
|
||||
.dropdown-menu.tn-dropdown-menu-scrollable {
|
||||
/* Note: scrollable dropdowns does not support submenus */
|
||||
max-height: 90vh;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
body.desktop .dropdown-menu::before,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user