fix: pad safe-area-inset-top

This commit is contained in:
Timo Streule
2026-05-16 00:55:24 +02:00
committed by Linus Rath
parent c54cf73c3a
commit a829c2818f
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -374,7 +374,7 @@ export default function FilesPage() {
if (!isAuthenticated) return null;
return (
<div className="flex h-dvh bg-background overflow-hidden">
<div className="flex h-dvh bg-background overflow-hidden pt-[env(safe-area-inset-top)]">
{!isMobile && (
<div className="w-14 bg-secondary flex flex-col flex-shrink-0" style={{ borderRight: '1px solid rgba(128, 128, 128, 0.3)' }}>
<NavigationRail