You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by KrisLau February 20, 2023
I know that generally the elements that are placed last in code have the highest z-index and so will show up above other items. However is there a way for me to set this dynamically or to up the z-index of one component temporarily?
What I'm trying to achieve is to have the element that is being dragged be moved to the forefront of any other element while it is being dragged. Currently when I drag one object it still goes behind other objects:
Ideally in this case, I would want Bbb to be in the forefront of every other item in the canvas.
The text was updated successfully, but these errors were encountered:
Discussed in #1378
Originally posted by KrisLau February 20, 2023
I know that generally the elements that are placed last in code have the highest z-index and so will show up above other items. However is there a way for me to set this dynamically or to up the z-index of one component temporarily?
What I'm trying to achieve is to have the element that is being dragged be moved to the forefront of any other element while it is being dragged. Currently when I drag one object it still goes behind other objects:
Ideally in this case, I would want Bbb to be in the forefront of every other item in the canvas.
The text was updated successfully, but these errors were encountered: