12 ms·
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
by coxley 11mo 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;
}
- doix 11mo agoAnother reason to use Firefox, it doesn't respect that CSS :)
- oatsandsugar 11mo agoTimely! We're redesigning our blog, will keep you posted