Prevent z-index id shuffle when number of z-indicies in the scene change
This commit is contained in:
parent
849a1324f7
commit
941e838be9
3 changed files with 44 additions and 10 deletions
|
@ -2495,6 +2495,7 @@ impl CollabPanel {
|
|||
h_flex()
|
||||
.absolute()
|
||||
.right(rems(0.))
|
||||
.z_index(1)
|
||||
.h_full()
|
||||
.child(
|
||||
h_flex()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue