daisyui icon indicating copy to clipboard operation
daisyui copied to clipboard

bug: Carousel of Cards does not behave as expected

Open jpeterson opened this issue 1 year ago โ€ข 1 comments

What version of daisyUI are you using?

4.12.10

Which browsers are you seeing the problem on?

Chrome

Reproduction URL

https://play.tailwindcss.com/jCdSW9XQ2A

Describe your issue

Using the default Carousel example but swapping out the <img> elements in the example with the default Card example breaks the Carousel's horizontal scroll behavior, allowing the Cards to cause a horizontal page scroll instead.

jpeterson avatar Sep 22 '24 18:09 jpeterson

Thank you @jpeterson for reporting issues. It helps daisyUI a lot ๐Ÿ’š
I'll be working on issues one by one. I will help with this one as soon as a I find a solution.
In the meantime providing more details and reproduction links would be helpful.

github-actions[bot] avatar Sep 22 '24 18:09 github-actions[bot]

Add a width to it. Like w-full
It's not a good idea if I add a default width to the library as default because the width depends on the content.

Let me know if you have a question.

saadeghi avatar Oct 31 '24 06:10 saadeghi