From 6baeacc58728d22fbbb829fe06e25e560a58d8de Mon Sep 17 00:00:00 2001 From: Egor Date: Mon, 19 Jan 2026 00:53:43 +0300 Subject: [PATCH] Update globals.css --- src/styles/globals.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/styles/globals.css b/src/styles/globals.css index 84ad3af..64c5048 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -837,6 +837,16 @@ backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); } + + /* Safe area insets for mobile bottom sheets */ + .safe-area-inset-bottom { + padding-bottom: max(1rem, env(safe-area-inset-bottom, 0px)); + } + @media (min-width: 640px) { + .safe-area-inset-bottom { + padding-bottom: 1.25rem; + } + } } /* Animations */