fix(ui): application view overflowing out of the window

This commit is contained in:
Suyog Tandel
2026-02-22 16:29:00 +05:30
parent 53dea8b1f3
commit ab1eeeeb04
+3 -1
View File
@@ -205,7 +205,9 @@ impl Render for ApplicationRoot {
#[cfg(target_os = "macos")]
let body = v_flex().size_full().child(title_bar).child(
h_flex()
.size_full()
.w_full()
.flex_1()
.min_h(px(0.))
.child(sidebar.render(cx))
.child(content_area),
);