postcss-scrollbar icon indicating copy to clipboard operation
postcss-scrollbar copied to clipboard

PostCSS plugin enabling custom scrollbars

Results 2 postcss-scrollbar issues
Sort by recently updated
recently updated
newest added

I have this media query: ``` @media not all and (hover: none) { scrollbar-width: none; } ``` It returns `TypeError: Cannot read property 'selector' of undefined`. ``` /* eslint global-require:...

Currently the transformed Webkit scrollbar styles are very basic and do not match what's rendered in Firefox. Does it make sense to try and match the styles that occur in...