feat: update layout height to use dynamic viewport height for better responsiveness

This commit is contained in:
Linus Rath
2026-03-12 16:05:40 +01:00
parent 7fedcb8e58
commit 2a73adf588
5 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -637,7 +637,7 @@ export default function CalendarPage() {
};
return (
<div className="flex h-screen bg-background">
<div className="flex h-dvh bg-background overflow-hidden">
{/* Left Navigation Rail */}
{!isMobile && (
<div className="w-14 border-r border-border bg-secondary flex flex-col flex-shrink-0">