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

How to make mouse watcher #38

Open
nanocheng opened this issue Nov 27, 2017 · 2 comments
Open

How to make mouse watcher #38

nanocheng opened this issue Nov 27, 2017 · 2 comments

Comments

@nanocheng
Copy link

It's a problem with no reaction when tilt object under the another object (Z-index).

@Le-future
Copy link

Le-future commented Jan 12, 2018

Also interested on how to achieve this trick, I'm currently trying to deal with it 😃

@kmbt
Copy link

kmbt commented Apr 25, 2018

@nanocheng , @Le-future have you tried the pointer-events CSS property? If you set it to none the object does not react to mouse events and just passes them through. If your object contains child <a> elements which you want to be clickable, you need to set the property value of auto for these elements.

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

No branches or pull requests

3 participants