-
Notifications
You must be signed in to change notification settings - Fork 33
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
Overlay clickthrough #18
Comments
This will be added to the roadmap to disallow clickthrough's |
Onborda is kinda useless without this, big + 1 |
UMMMMM |
Here's a quick fix if any encountered this issue [data-name='onborda-overlay'] {
pointer-events: none !important;
} |
Where exactly did you use data-name="onborda-overlay" to disallow clickthrough's? |
Going to push an update for this this week guys. Will add a prop to the parent component to disable/enable click through ✌️ |
any updates? |
@uixmat no rush man! It's open-source software, get to it when you get to it - or don't! I appreciate this library so much, thank you for your work. If the software development world had the equivalent of a 'Emmy' or 'Oscar' award, this should be nominated for 'Best Costume' or something like that. It's such a neatly designed, compact tour library - it does exactly what someone writing common sense software would want. Cheers, you are awesome. |
I'm currently using v1.2.4 and it's working beautifully on Nextjs14 with tailwindcss. The one thing I noticed is that the link, and other elements beneath the overlay are still clickable. An accidental click during a tour would send the user to a different route while the tour's context remains the same.
The text was updated successfully, but these errors were encountered: