fix(mobile): advanced submenu misalignment

This commit is contained in:
Elian Doran 2024-11-23 10:03:34 +02:00
parent 8b8929dde0
commit 2950132271
No known key found for this signature in database

View File

@ -1022,7 +1022,7 @@ li.dropdown-submenu:hover > ul.dropdown-menu {
overflow: auto;
}
#launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
left: calc(-100% + 10px);
}