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

Arrows partially obscure click events to elements in the background #69

Closed
evitolins opened this issue Jun 5, 2015 · 1 comment
Closed

Comments

@evitolins
Copy link

Shepherd UI arrows have a partially-invisible footprint that can obscure items behind it from click events.

Adding pointer-events: none; to the arrow class would take care of the issue, and should cause no issues to the expected functionality.

@geekjuice
Copy link
Contributor

I've updated the tether arrow mixin to configure the arrow's pointer event and set it to none for shepherd tours. Hopefully, no one actually expects the current behavior where the transparent area is actually block their click so I agree this should be the default behavior. 😸

You will probably need to update shepherd to version v1.1.1 which includes the tether v1, but it should continue to just work out of the box. Otherwise, feel free to just copy the stylesheets for now as you migrate over to the newer packages. Feel free to let me know if you run into any more issues.

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

2 participants