We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852cfa1 commit b892543Copy full SHA for b892543
1 file changed
frontend/index.html
@@ -14,7 +14,7 @@
14
<!-- Custom CSS -->
15
<link rel="stylesheet" href="css/app.css">
16
</head>
17
-<body class="bg-gray-50 h-[100dvh] flex flex-col" x-data="app()" x-cloak>
+<body class="bg-gray-50 min-h-[100dvh]" x-data="app()" x-cloak>
18
19
<!-- ╔══════════════════════════════════════════════════════╗
20
║ UNIFIED BAR ║
@@ -155,7 +155,7 @@
155
<!-- ╔══════════════════════════════════════╗
156
║ MAIN CONTENT AREA ║
157
╚══════════════════════════════════════╝ -->
158
-<main class="flex-1 overflow-y-auto pb-20 md:pb-6">
+<main class="pb-20 md:pb-6">
159
160
<!-- ─── LOADING ─── -->
161
<div x-show="view === 'loading'" class="flex flex-col items-center justify-center h-[60vh] gap-4">
0 commit comments