Handle main content screen right safe area

This commit is contained in:
schroda
2025-01-08 23:59:26 +01:00
parent 33162e70b0
commit d66b3eb38d

View File

@@ -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)',
}}
>
<ErrorBoundary>