fix(context_menu): no bottom padding on mobile

This commit is contained in:
Elian Doran 2025-11-26 21:26:52 +02:00
parent de3892950c
commit 7b7e9f6868
No known key found for this signature in database

View File

@ -1320,7 +1320,7 @@ body.mobile #context-menu-container.mobile-bottom-menu {
overflow: auto !important;
user-select: none;
-webkit-user-select: none;
padding-bottom: env(safe-area-inset-bottom) !important;
padding-bottom: max(env(safe-area-inset-bottom), var(--padding, var(--menu-padding-size))) !important;
}
body.mobile .dropdown-menu {