fix(mobile): global menu backdrop on tablet view

This commit is contained in:
Elian Doran 2025-11-29 19:49:38 +02:00
parent c9aa992e73
commit e7eaa5fd58
No known key found for this signature in database

View File

@ -320,6 +320,10 @@ body.mobile #context-menu-cover {
&.global-menu-cover { &.global-menu-cover {
bottom: calc(var(--mobile-bottom-offset) + var(--launcher-pane-size)); bottom: calc(var(--mobile-bottom-offset) + var(--launcher-pane-size));
@media (min-width: 992px) {
bottom: 0;
}
} }
} }