tailwindcss plugin for hide scrollbar tailwindcss scrollbar scrollbar-hide reslear •2.0.0•a day ago•98dependents•MITpublished version2.0.0,a day ago98dependentslicensed under $MIT 607,968 vite-plugin-tailwind-purgecss Vite plugin for PurgeCSS ...
tailwind-scrollbar-hide tailwindcss plugin for hide scrollbar tailwindcss scrollbar scrollbar-hide reslear •1.3.1•3 hours ago•98dependents•MITpublished version1.3.1,3 hours ago98dependentslicensed under $MIT 605,548 tailwindcss-radix ...
Potentially worth simply adding the scrollbar-none class which includes the webkit fallback and dropping at least the thin version. This way users are able to hide scrollbars (which I suspect is what the vast majority actually care about). 👍 2 Member...
If you wish to return the default scrollbar, you can comment out or remove the following CSS from src/layouts/MainLayout.astro: .scrollbar-hide::-webkit-scrollbar { display: none; } .scrollbar-hide { -ms-overflow-style: none; scrollbar-width: none; } Additionally, update the tag ...
@scayle/tailwind-base/plugins/scrollbar.jsUtilities for styling the scrollbar.ClassProperties scrollbar-auto scrollbar-width: auto scrollbar-thin scrollbar-width: thin scrollbar-none scrollbar-width: noneAdditionally, it creates thumb-[theme-color-name] and track-[theme-color-name] classes for ...
tailwind-scrollbarвнутренниеplugins/hover-and-focus-tweaks plugins/hover-type plugins/selectors plugins/radius-themer plugins/themingОписаниеплагиновplugins/selectorsнескольконезамысловатыхселекторовdirect-children: not-last: not...
To create a production bundle, use `npm run build` or `yarn build`. --> // 切换为当前主题. 挂载 style节点,预定义的 less:color(被 less.min.js 监听处理为普通css) const themeStyle = localStorage.getItem('themeStyle') if (themeStyle) { const styles = document.createElement('style...
useScroll() useFrame(() => { // data.offset = current scroll position, between 0 and 1, dampened // data.delta = current delta, between 0 and 1, dampened // Will be 0 when the scrollbar is at the starting position, // then increase to 1 until 1 / 3 of the scroll distance ...
tailwindcss tailwind-css tailwindcss-plugin scrollbar scrollbar-gutter scrollbar-width scrollbar-color lukewarlow• 0.2.0 • 2 years ago • 0 dependents • MITpublished version 0.2.0, 2 years ago0 dependents licensed under $MIT 9,986 ...
contain-intrinsic-size Set the element's contain-intrinsic-size property. This allows culled elements to contribute to the page's scroll height to minimise scrollbar jank. eg: contain-intrinsic-size-auto or contain-intrinsic-size-[auto_500px] Readme Keywords tailwindcss plugin oklabPackage...