Open sgiovo opened 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.
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
A black triangle appears on top of the onboarding steps, which prevents users from reading the text and clicking the button to proceed.
a temporary fix is adding:
to the global.css