svelte-virtual-scroll-list
svelte-virtual-scroll-list copied to clipboard
How to style the container?
Basically, what if we wanted some custom styles to be added to the container for the virtual list, it seems like no properties are exported for that. Wanted to know a proper way of doing this without using global css.
As for now, there are 3 css classes that you can extend. You can do it globally, or in the parent with :global(.virtual-list-wrapper)
Hi @v1ack a class prop for the virtual-list-wrapper would be much appreciated. This would make it work more straight forward with things like tailwind.
Thank you for this awesome package!