Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

z-index support #1380

Open
wcandillon opened this issue Feb 20, 2023 Discussed in #1378 · 0 comments · May be fixed by #2895
Open

z-index support #1380

wcandillon opened this issue Feb 20, 2023 Discussed in #1378 · 0 comments · May be fixed by #2895
Labels
enhancement New feature or request

Comments

@wcandillon
Copy link
Contributor

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:
image
Ideally in this case, I would want Bbb to be in the forefront of every other item in the canvas.

@chrfalch chrfalch added the enhancement New feature or request label Feb 21, 2023
@wcandillon wcandillon linked a pull request Jan 14, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants