Fix remaining z-index bugs

Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
This commit is contained in:
Kirill Bulatov 2023-12-20 17:02:03 +02:00
parent 1474816a93
commit fe40e3920b
4 changed files with 10 additions and 3 deletions

View file

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