Hacker News new | ask | show | jobs
by boken 4017 days ago
Me, too.

Until then, under chrome/userContent.css in my Firefox profile folder, I will keep:

    @-moz-document domain(netflix.com) {
    
        .slider .agMovieSetSlider {
            position: relative !important;
            width: 100% !important;
        }
    
        .slider {
            overflow: auto !important;
            height: auto !important;
        }
    }
Edit: It strikes me that this may break with the coming redesign. Oh well, that drawing board's not such a rough thing to be dragged back to.