fix: respect safe-area insets on mobile bottom bars

This commit is contained in:
Timo Streule
2026-05-15 23:50:29 +02:00
committed by Linus Rath
parent c45ef86924
commit c54cf73c3a
4 changed files with 5 additions and 4 deletions
+1
View File
@@ -20,6 +20,7 @@ const geistMono = Geist_Mono({
export const viewport: Viewport = {
width: "device-width",
initialScale: 1,
viewportFit: "cover",
};
export async function generateMetadata(): Promise<Metadata> {