Skip to content

Instantly share code, notes, and snippets.

View nashv's full-sized avatar

Nachiket Vartak nashv

View GitHub Profile
@nashv
nashv / dark-scrollbar.as.css
Last active June 16, 2018 16:12 — forked from Sporif/dark-scrollbar.as.css
Thin, dark scrollbars for Firefox 57+ Quantum. Designed to match the dark theme. Tested on Windows 10. Requires https://gist.github.com/Sporif/db6b3440fba0b1bcf5477afacf93f875
/* remove incremental scroll buttons located at scrollbar ends.
important note:
only partially zero out height/width dimensions
to prevent entire scrollbar from disappearing
(ie, scrollbarbutton collapse results in scrollbar collapse)
*/
scrollbar[orient='vertical'] > scrollbarbutton
{
min-height: 0mm !important;
}