Prevent z-index id shuffle when number of z-indicies in the scene change

This commit is contained in:
Julia 2024-01-29 11:49:57 -05:00 committed by Julia
parent 849a1324f7
commit 941e838be9
3 changed files with 44 additions and 10 deletions

View file

@ -2495,6 +2495,7 @@ impl CollabPanel {
h_flex()
.absolute()
.right(rems(0.))
.z_index(1)
.h_full()
.child(
h_flex()