Fix remaining z-index bugs

Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
This commit is contained in:
Kirill Bulatov
2023-12-20 18:23:09 +02:00
co-authored by Antonio Scandurra
parent 1474816a93
commit fe40e3920b
4 changed files with 10 additions and 3 deletions
-1
View File
@@ -105,7 +105,6 @@ impl Render for Toolbar {
v_stack()
.p_1()
.gap_2()
.z_index(80) // todo!("z-index")
.border_b()
.border_color(cx.theme().colors().border_variant)
.bg(cx.theme().colors().toolbar_background)