Skip to content

Instantly share code, notes, and snippets.

View lavoiesl's full-sized avatar

Sébastien Lavoie lavoiesl

View GitHub Profile
@Dayjo
Dayjo / netflix.css
Created October 30, 2013 21:33
Make Netflix have proper horizontal scrolling for touch mice (no slow marquee or arrows). Infinite scrolling not yet implemented, maybe with a Tampermonkey script.
/*
* Netflix proper horizontal scrolling.
* Add this to your css browser extension like Stylish (for Chrome)
*/
.slider {
overflow-x: auto;
}
.slider .previous, .slider .next {
display: none !important;