Fix more z-index and rendering issues

Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
This commit is contained in:
Kirill Bulatov 2023-12-19 12:30:57 +02:00
parent 825a8f0927
commit 8f1c5375ef
4 changed files with 31 additions and 12 deletions

View file

@ -96,6 +96,7 @@ impl RenderOnce for TabBar {
div()
.id(self.id)
.z_index(120)
.group("tab_bar")
.flex()
.flex_none()