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

@ -68,6 +68,7 @@ impl Render for CollabTitlebarItem {
h_stack()
.id("titlebar")
.z_index(160)
.justify_between()
.w_full()
.h(rems(1.75))