Tidy up z-index handling

Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
This commit is contained in:
Kirill Bulatov 2023-12-19 23:36:32 +02:00
parent f6d31917c1
commit cf12d62fc5
10 changed files with 31 additions and 182 deletions

View file

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