mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
make the context menu scrollable when exceeding total window height, closes #723
This commit is contained in:
parent
3ff24d53e5
commit
91487b338a
@ -89,6 +89,11 @@ body {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
#context-menu-container {
|
||||
max-height: 100vh;
|
||||
overflow: auto; /* make it scrollable when exceeding total height of the window */
|
||||
}
|
||||
|
||||
#context-menu-container, #context-menu-container .dropdown-menu {
|
||||
padding: 3px 0 0;
|
||||
z-index: 1111;
|
||||
|
Loading…
x
Reference in New Issue
Block a user