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
@@ -827,7 +827,7 @@ export default function Home() {
return (
<DragDropProvider>
<div className="flex flex-col h-screen bg-background overflow-hidden">
<div className="flex flex-col h-dvh bg-background overflow-hidden">
{connectionLost && (
<div className="flex items-center justify-center gap-2 bg-destructive/10 border-b border-destructive/30 text-destructive text-sm py-1.5 px-4 flex-shrink-0">
<RotateCcw className="h-3.5 w-3.5 animate-spin" />