Closed anantashahane closed 10 months ago
Thank you @Ananta-One-1
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.
You can add a new <div class="overflow-auto">
around your whole html.
<div class="overflow-auto">
<div class="carousel carousel-center space-x-4 rounded-box bg-neutral p-4">
...
</div>
</div>
You can add a width or max width class name like the example:
https://daisyui.com/components/carousel/#full-bleed-carousel
Also make sure you have autoprefixer
PostCSS plugin in your project if you're using PostCSS.
Let me know if you have a question.
What version of daisyUI are you using?
4.5.0
Which browsers are you seeing the problem on?
No response
Reproduction URL
https://play.tailwindcss.com/ndh9AmpKfH
Describe your issue
Look how the whole screen is becoming scrollable. I can not show my work like this.