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

Black Triangle Blocking Onboarding Steps #23

Open
sgiovo opened this issue Sep 28, 2024 · 0 comments
Open

Black Triangle Blocking Onboarding Steps #23

sgiovo opened this issue Sep 28, 2024 · 0 comments

Comments

@sgiovo
Copy link

sgiovo commented Sep 28, 2024

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

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

No branches or pull requests

1 participant