|
|
|
|
|
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;
}
|
|