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

Odd behavior when in draggable element #8

Open
icithis opened this issue Nov 27, 2018 · 1 comment
Open

Odd behavior when in draggable element #8

icithis opened this issue Nov 27, 2018 · 1 comment
Labels

Comments

@icithis
Copy link

icithis commented Nov 27, 2018

This appears to generate some very large invisible elements via absolute positioning. Unfortunately, this gives no easy way to use HTML5's draggable option. Is this intended?

Example: https://jsfiddle.net/FoomFries/typnxbv6/4/

@FranckFreiburger
Copy link
Owner

It seems that z-index: -1; visibility: hidden is not sufficient (I don't know why)
I will try to add pointer-events: none;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants