diff --git a/src/components/layout/Layout.tsx b/src/components/layout/Layout.tsx index f4c76bb..ec4bac8 100644 --- a/src/components/layout/Layout.tsx +++ b/src/components/layout/Layout.tsx @@ -307,7 +307,13 @@ export default function Layout({ children }: LayoutProps) { paddingTop: isFullscreen ? `${Math.max(safeAreaInset.top, contentSafeAreaInset.top)}px` : undefined, }} > -