-
Notifications
You must be signed in to change notification settings - Fork 32
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? |
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: