We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I tried to create a PR but I don't have permissions 😕
the issue: https://media.giphy.com/media/PhTjbkLmtw4w59NsGY/giphy.mp4
potential solution:
.has-dropdown .dropdown { pointer-events: none; }
The text was updated successfully, but these errors were encountered:
another potential solution
.dropdown { ... visibility: hidden; transition: opacity .5s ease-out, visibility .5s; }
.has-dropdown:focus-within .dropdown { opacity: 1; pointer-events: auto; visibility: visible; }
Sorry, something went wrong.
No branches or pull requests
I tried to create a PR but I don't have permissions 😕
the issue:
https://media.giphy.com/media/PhTjbkLmtw4w59NsGY/giphy.mp4
potential solution:
The text was updated successfully, but these errors were encountered: