Make tab bar visible

This commit is contained in:
Antonio Scandurra 2023-11-03 15:51:33 +01:00
parent 0b3c888acc
commit b21c25826d
2 changed files with 3 additions and 4 deletions

View file

@ -1457,7 +1457,7 @@ impl Pane {
),
)
.child(
div().w_0().flex_1().h_full().child(
div().flex_1().h_full().child(
div().id("tabs").flex().overflow_x_scroll().children(
self.items
.iter()