fix(mobile): close button in unsafe area

This commit is contained in:
Elian Doran
2026-04-20 22:54:22 +03:00
parent 4db5d86528
commit d90f7f2b3c

View File

@@ -1756,6 +1756,10 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
max-height: unset;
max-width: unset;
.modal-header {
margin-top: env(safe-area-inset-top);
}
.modal-content {
border-radius: 0;
border: 0;