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

Overlay clickthrough #18

Open
foureight84 opened this issue Aug 16, 2024 · 4 comments
Open

Overlay clickthrough #18

foureight84 opened this issue Aug 16, 2024 · 4 comments

Comments

@foureight84
Copy link

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.

@uixmat
Copy link
Owner

uixmat commented Aug 20, 2024

This will be added to the roadmap to disallow clickthrough's

@raviriley
Copy link

Onborda is kinda useless without this, big + 1

@yousefelgoharyx
Copy link

UMMMMM
I actually need the option to allow clicking through xD

@yousefelgoharyx
Copy link

Here's a quick fix if any encountered this issue

[data-name='onborda-overlay'] {
  pointer-events: none !important;
}

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

No branches or pull requests

4 participants