mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 12:39:04 +01:00
fix(client): global submenu not working in horizontal layout
This commit is contained in:
parent
20b0215364
commit
50bf94875c
@ -1022,6 +1022,10 @@ li.dropdown-submenu:hover > ul.dropdown-menu {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
|
||||||
|
left: calc(-100% + 10px);
|
||||||
|
}
|
||||||
|
|
||||||
/* rotate caret on hover */
|
/* rotate caret on hover */
|
||||||
.dropdown-menu > li > a:hover:after {
|
.dropdown-menu > li > a:hover:after {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user