From 1d06906475fd0c7f51ac57de04d0416fe7af8d3f Mon Sep 17 00:00:00 2001 From: spinline Date: Fri, 6 Feb 2026 14:19:46 +0300 Subject: [PATCH] fix: wrap toolbar+main in overflow-hidden, free statusbar from clipping --- frontend/src/app.rs | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/frontend/src/app.rs b/frontend/src/app.rs index 3556191..43e5b0c 100644 --- a/frontend/src/app.rs +++ b/frontend/src/app.rs @@ -64,20 +64,22 @@ pub fn App() -> impl IntoView {
-
- // Toolbar at the top - +
+ // Toolbar + main wrapped so overflow-hidden doesn't clip StatusBar dropdowns +
+ -
- - - } /> - "Settings Page (Coming Soon)"
} /> - - - +
+ + + } /> + "Settings Page (Coming Soon)"
} /> + + + +
- // Status Bar at the bottom + // Status Bar at the bottom - outside overflow-hidden so dropdowns can open upward