svelte-virtual-scroll-list icon indicating copy to clipboard operation
svelte-virtual-scroll-list copied to clipboard

How to style the container?

Open umesh-timalsina opened this issue 2 years ago • 2 comments

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.

umesh-timalsina avatar Feb 13 '23 23:02 umesh-timalsina

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)

v1ack avatar Jul 08 '23 16:07 v1ack

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!

flicksolutions avatar Jan 11 '24 16:01 flicksolutions