mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-22 05:05:37 -06:00
fix(client): global submenu not working in horizontal layout
This commit is contained in:
@@ -1022,6 +1022,10 @@ li.dropdown-submenu:hover > ul.dropdown-menu {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
|
||||
left: calc(-100% + 10px);
|
||||
}
|
||||
|
||||
/* rotate caret on hover */
|
||||
.dropdown-menu > li > a:hover:after {
|
||||
text-decoration: underline;
|
||||
|
||||
Reference in New Issue
Block a user