Replies: 2 comments 1 reply
-
Oh, wow...been fighting with this for hours now. Thank you @Areyall for adding this here. In my case, I had to force the width of the input element to ensure it covered the entire width of the containing div. Without that, my actual clickable area was a tiny portion on the left side. In case this helps anyone else, note 'w-full' in the code below (it's haml):
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So the thing with not responsible accordion when you click on it in my case is that some other tailwind component has a higher order width value of input radio than the daisy`s accordion, the exact size for the accordion in SCSS will help.
Beta Was this translation helpful? Give feedback.
All reactions