You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: