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