Skip to content

Commit b892543

Browse files
committed
fix: remove body flex layout causing double scrollbars, restore window-level scroll
1 parent 852cfa1 commit b892543

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- Custom CSS -->
1515
<link rel="stylesheet" href="css/app.css">
1616
</head>
17-
<body class="bg-gray-50 h-[100dvh] flex flex-col" x-data="app()" x-cloak>
17+
<body class="bg-gray-50 min-h-[100dvh]" x-data="app()" x-cloak>
1818

1919
<!-- ╔══════════════════════════════════════════════════════╗
2020
║ UNIFIED BAR ║
@@ -155,7 +155,7 @@
155155
<!-- ╔══════════════════════════════════════╗
156156
║ MAIN CONTENT AREA ║
157157
╚══════════════════════════════════════╝ -->
158-
<main class="flex-1 overflow-y-auto pb-20 md:pb-6">
158+
<main class="pb-20 md:pb-6">
159159

160160
<!-- ─── LOADING ─── -->
161161
<div x-show="view === 'loading'" class="flex flex-col items-center justify-center h-[60vh] gap-4">

0 commit comments

Comments
 (0)