From d90f7f2b3cbac4db324a5b9cb4210699aaea332e Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 20 Apr 2026 22:54:22 +0300 Subject: [PATCH] fix(mobile): close button in unsafe area --- apps/client/src/stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index e571c39415..2804f5b971 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -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;