style(mobile): modal bottom margin when no safe margin is set

This commit is contained in:
Elian Doran 2025-04-12 10:45:08 +03:00
parent 3d5868d6b9
commit 8163d2d904
No known key found for this signature in database

View File

@ -1406,7 +1406,7 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
body.mobile .modal-footer {
padding-top: 12px;
padding-bottom: env(safe-area-inset-bottom, 12px);
padding-bottom: calc(max(env(safe-area-inset-bottom), 12px));
}
body.mobile .help-dialog kbd {