Skip to content

Instantly share code, notes, and snippets.

View tranvannhat's full-sized avatar
☀️
other way...

Nhat Tran tranvannhat

☀️
other way...
View GitHub Profile
@tranvannhat
tranvannhat / customize-scrollbar.css
Created January 17, 2024 07:33 — forked from spemer/customize-scrollbar.css
✨ Customize website's scrollbar like Mac OS. Not supports in Firefox and IE.
/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */
/* total width */
body::-webkit-scrollbar {
background-color: #fff;
width: 16px;
}
/* background of the scrollbar except button or resizer */