mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
make context sub-menu scrollable, fix #3136
This commit is contained in:
parent
539eac4be7
commit
3c49ea6cb1
@ -755,6 +755,9 @@ li.dropdown-submenu:hover > ul.dropdown-menu {
|
|||||||
left: 100%;
|
left: 100%;
|
||||||
margin-top: -6px;
|
margin-top: -6px;
|
||||||
min-width: 15rem;
|
min-width: 15rem;
|
||||||
|
/* to make submenu scrollable https://github.com/zadam/trilium/issues/3136 */
|
||||||
|
max-height: 600px;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* rotate caret on hover */
|
/* rotate caret on hover */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user