fix(client): global submenu not working in horizontal layout

This commit is contained in:
Elian Doran 2024-11-22 22:16:48 +02:00
parent 20b0215364
commit 50bf94875c
No known key found for this signature in database

View File

@ -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;