
Research
Security News
The Landscape of Malicious Open Source Packages: 2025 Mid‑Year Threat Report
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
tailwind-scrollbar-variants
Advanced tools
This plugin adds scrollbar variants
The built in Overflow class
<div class="overflow-[<x|y>-]overlay">...</div>
Prefix | Pseudo-Element |
---|---|
scrollbar | ::-webkit-scrollbar |
scrollbar-button | ::-webkit-scrollbar-button |
scrollbar-thumb | ::-webkit-scrollbar-thumb |
scrollbar-track | ::-webkit-scrollbar-track |
scrollbar-track-piece | ::-webkit-scrollbar-track-piece |
scrollbar-corner | ::-webkit-scrollbar-corner |
scrollbar-resizer | ::-webkit-resizer |
x-axis margins
<div class="scrollbar-track:mx-4">...</div>
Adjusted thumb opacity
<div class="scrollbar-thumb:bg-opacity-[0.1]">...</div>
Or get really crazy
Adjusted background color and opacity (shorthand)
<div class="scrollbar-thumb:bg-red-500/[0.26]">...</div>
Add it at the end of the plugins list in your tailwind.config.js
file.
module.exports = {
// ...
plugins: [
// ...
require("tailwind-scrollbar-variant"),
],
};
FAQs
Adds scrollbar variants
The npm package tailwind-scrollbar-variants receives a total of 5 weekly downloads. As such, tailwind-scrollbar-variants popularity was classified as not popular.
We found that tailwind-scrollbar-variants demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.