Closed damianobarbati closed 6 years ago
The className
prop is passed through to the wrapper container, along with all other extra attributes https://github.com/clauderic/react-tiny-virtual-list/blob/master/src/index.tsx#L313
You must be having issues with your CSS-in-JS library.
Yes you're right, I just confirmed it and I was about to close this. Sorry for the noise!
I was trying to hide/style scrollbars on Windows/Chrome but I noticed that my className is swallowed and not applied!