tailwind-scrollbar
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -29,2 +29,11 @@ const plugin = require('tailwindcss/plugin'); | ||
// Prevent the plugin from overriding overflow-hidden | ||
'&.overflow-x-hidden': { | ||
'overflow-x': 'hidden' | ||
}, | ||
'&.overflow-y-hidden': { | ||
'overflow-y': 'hidden' | ||
}, | ||
'&::-webkit-scrollbar-track': { | ||
@@ -31,0 +40,0 @@ 'background-color': 'var(--scrollbar-track)' |
{ | ||
"name": "tailwind-scrollbar", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Tailwind plugin for styling scrollbars", | ||
@@ -5,0 +5,0 @@ "author": "Graham Still <graham@gstill.dev>", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
8033
130
0