Accordion can be accessed with keyboard focus but not with mouse click #4998
Closed
samadhi1311
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Accordion cannot be opened with mouse click, but it can be opened/closed with keyboard focus. I'm assuming this issue started adding a few more animations and keyframes to the tailwind configuration. Any other shadcn components are not affected. I didn't modify any shadcn components as well.
Edit: By going through my deployments and commit history i found the issue. I had added
pointer-events: none
for all heading tags in my global.css stylesheet.Beta Was this translation helpful? Give feedback.
All reactions