mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-11-01 21:41:45 +08: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;
|
||||
}
|
||||
|
||||
#launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
|
||||
left: calc(-100% + 10px);
|
||||
}
|
||||
|
||||
/* rotate caret on hover */
|
||||
.dropdown-menu > li > a:hover:after {
|
||||
text-decoration: underline;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user