Hacker News new | ask | show | jobs
by coxley 234 days ago
Off-topic rant: I hate when websites hide the scrollbar. By all means, apply minimal styling to make it cohesive with the website background and foreground. But don't completely hide it.

This is included on that page's stylesheet:

    ::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
    }
2 comments

Another reason to use Firefox, it doesn't respect that CSS :)
Timely! We're redesigning our blog, will keep you posted