Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tailwind-scrollbar

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwind-scrollbar - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

9

index.js

@@ -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)'

2

package.json
{
"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>",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc