Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

scrollbar hide tailwind

// tailwind.config.js, you have to add it as plugin
module.exports = {
  theme: {
    // ...
  },
  plugins: [
    require('tailwind-scrollbar-hide')
    // ...
  ]
}
Source by www.npmjs.com #
 
PREVIOUS NEXT
Tagged: #scrollbar #hide #tailwind
ADD COMMENT
Topic
Name
9+3 =