
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
tailwindcss-mac-scrollbar-tamjid
Advanced tools
A Tailwind CSS plugin for creating beautiful scroll bar
해당플러그인을 적용하면 기본적으로 모든 스크롤바에 스타일이 변경된다.
npm install -D tailwindcss-mac-scrollbar
// tailwind.config.js
/** @type {import('tailwindcss').Config} */
module.exports = {
plugins: [
require('tailwindcss-mac-scrollbar')
],
}
<div class="mac-scrollbar mac-scrollbar-x mac-scrollbar-y scrollbar-hidden">test</div>
<div class="[--tw-mac-scrollbar-size-w:6px]">가로</div>
<div class="[--tw-mac-scrollbar-size-h:6px]">세로</div>
FAQs
A Tailwind CSS plugin for creating beautiful scroll bar
The npm package tailwindcss-mac-scrollbar-tamjid receives a total of 1 weekly downloads. As such, tailwindcss-mac-scrollbar-tamjid popularity was classified as not popular.
We found that tailwindcss-mac-scrollbar-tamjid demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.