style(mobile): add a safe bottom region in modals

pull/1691/head
Elian Doran 2025-04-12 09:43:24 +07:00
parent d2229d6179
commit e5f7b978e0
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

@ -1404,6 +1404,11 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
overflow-y: auto;
}
body.mobile .modal-footer {
padding-top: 12px;
padding-bottom: env(safe-area-inset-bottom, 12px);
}
body.mobile .help-dialog kbd {
display: inline !important;
}