tailwind-scrollbar
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -36,3 +36,8 @@ const plugin = require('tailwindcss/plugin'); | ||
'scrollbar-color': 'var(--scrollbar-thumb) var(--scrollbar-track)', | ||
// Make sure the scrollbars are calculated in the elements width | ||
// NOTE: only has effect in webkit-based browsers, but is only really needed | ||
// in webkit-based browsers in the first place. | ||
'overflow': 'overlay', | ||
'&::-webkit-scrollbar-track': { | ||
@@ -39,0 +44,0 @@ 'background-color': 'var(--scrollbar-track)' |
{ | ||
"name": "tailwind-scrollbar", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Tailwind plugin for styling scrollbars", | ||
@@ -5,0 +5,0 @@ "author": "Graham Still <gstill92@gmail.com>", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2988679
78