fix(global_menu): toggling advanced hides the menu most of the time

This commit is contained in:
Elian Doran 2025-11-26 20:44:53 +02:00
parent d2d7fd7c4c
commit d358073081
No known key found for this signature in database

View File

@ -439,7 +439,8 @@ body.desktop .tabulator-popup-container,
}
body.desktop .dropdown-menu:not(#context-menu-container) .dropdown-item,
body #context-menu-container .dropdown-item > span {
body #context-menu-container .dropdown-item > span,
body.mobile .dropdown .dropdown-submenu > span {
display: flex;
align-items: center;
}