Initial fix of the z-index
Co-Authored-By: Antonio Scandurra <antonio@zed.dev> Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
a9fe108dbb
commit
825a8f0927
5 changed files with 181 additions and 65 deletions
|
@ -105,6 +105,8 @@ impl Render for Toolbar {
|
|||
v_stack()
|
||||
.p_1()
|
||||
.gap_2()
|
||||
// todo!() use a proper constant here (ask Marshall & Nate)
|
||||
.z_index(80)
|
||||
.border_b()
|
||||
.border_color(cx.theme().colors().border_variant)
|
||||
.bg(cx.theme().colors().toolbar_background)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue