From d66b3eb38d481d5476f9c6d38b18af355cd51ed3 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Wed, 8 Jan 2025 23:59:26 +0100 Subject: [PATCH] Handle main content screen right safe area --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index 5d4978f1..f7832a26 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -109,6 +109,7 @@ const MainApp = () => { position: 'relative', mt: `${appBarHeight}px`, pb: `calc(${bottomBarHeight}px + ${!bottomBarHeight ? 'env(safe-area-inset-bottom)' : '0px'})`, + pr: 'env(safe-area-inset-right)', }} >