uixmat / onborda

An onboarding wizard flow / product tour for Next.js animated by framer motion
https://onborda.dev
879 stars 32 forks source link

Black Triangle Blocking Onboarding Steps #23

Open sgiovo opened 1 month ago

sgiovo commented 1 month ago

A black triangle appears on top of the onboarding steps, which prevents users from reading the text and clicking the button to proceed.

Screenshot 2024-09-28 at 19 12 52

a temporary fix is adding:

[data-name='onborda-arrow'] {
  display: none; /* Make the element invisible */
  pointer-events: none; /* Make the element transparent to clicks */
}

to the global.css