Hide scrollbars, although the element can still be scrolled if the element's content overflows.
npm install unocss-preset-scrollbar-hide- same as tailwind-scrollbar-hide

!npm
!npm
!Dependents (via libraries.io)

!unocss-preset-scrollbar-hide animation demo
Install the preset from npm:
``shUsing npm
npm install unocss-preset-scrollbar-hide
Then add the plugin to your
tailwind.config.js file:`ts
// unocss.config.ts
import { presetScrollbarHide } from 'unocss-preset-scrollbar-hide'export default defineConfig({
// ...
presets: [
// ...
presetScrollbarHide()
],
})
`Usage
Use in you template
scrollbar-hide for visual hiding scrollbar`html
``