0x6d61646f 🌸
Results
3
comments of
0x6d61646f 🌸
Hi, I'm not the maintainer of the library, but I had a similar problem (I wanted the user to be able to scroll the images with touch and without scrolling)...
Is there any updates on this?
`id="scroll-container flex place-items-center bg-green-900 w-1/2 relative"` this is not valid HTML, id is not where you pass style classes, you need to set `id=scroll-container` for it to be able to...