This commit is contained in:
@@ -1254,7 +1254,8 @@ impl Render for LumbridgeShell {
|
||||
let workspace_stack = div()
|
||||
.flex()
|
||||
.flex_col()
|
||||
.size_full()
|
||||
.flex_1()
|
||||
.min_w_0()
|
||||
.min_h_0()
|
||||
.overflow_hidden()
|
||||
.child(
|
||||
@@ -1412,6 +1413,8 @@ impl Render for LumbridgeShell {
|
||||
.flex_col()
|
||||
.flex_1()
|
||||
.min_w_0()
|
||||
.min_h_0()
|
||||
.overflow_hidden()
|
||||
.child(tabs)
|
||||
.child(workspace_stack),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user