Hacker News new | ask | show | jobs
by moebrowne 132 days ago
> And why does this site has no scrollbar

Seems someone decided it was a good idea to make the scrollbar tiny and basically the same colour as the background:

    scrollbar-width: thin;
    scrollbar-color: rgb(219,219,219) rgb(255,255,255);
1 comments

Oh, thanks! It's working when you just hit the right pixel somewhere around the left border.