Open foureight84 opened 3 months ago
This will be added to the roadmap to disallow clickthrough's
Onborda is kinda useless without this, big + 1
UMMMMM I actually need the option to allow clicking through xD
Here's a quick fix if any encountered this issue
[data-name='onborda-overlay'] {
pointer-events: none !important;
}
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.