fix: pin bottom status bar — root no longer shows a horizontal scrollbar that overlapped it in a small window

This commit is contained in:
2026-07-21 09:49:49 +02:00
parent 880ecdbbb5
commit 3de47a8825
+1 -1
View File
@@ -3695,7 +3695,7 @@ export default function App() {
}; };
return ( return (
<div className="flex flex-col h-screen bg-background"> <div className="flex flex-col h-screen overflow-hidden bg-background">
<ShutdownProgress /> <ShutdownProgress />
{/* ===== TOPBAR ===== */} {/* ===== TOPBAR ===== */}
{compact ? ( {compact ? (