mirror of
https://github.com/librekeys/picoforge.git
synced 2026-07-28 08:01:19 -07:00
fix(ui): application view overflowing out of the window
This commit is contained in:
+3
-1
@@ -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),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user