top | item 45643573

(no title)

coxley | 4 months 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;
    }

discuss

order

doix|4 months ago

Another reason to use Firefox, it doesn't respect that CSS :)

oatsandsugar|4 months ago

Timely! We're redesigning our blog, will keep you posted