Show scrollbar track only when hovered.

2fa1c69f3e681d8d2a7630761ed2616a41acf8ab

Gness Erquint <gness.na@gmail.com>

1 files changed, +3 -0Ignore whitespace
public/style.css+3 -0
@@ -163,6 +163,9 @@ body {
163163
164::-webkit-scrollbar-track {164::-webkit-scrollbar-track {
165 cursor: default;165 cursor: default;
166}
167
168::-webkit-scrollbar-track:hover {
166 background-color: rgba(126, 126, 126, 0.2); /* Adaptive, but won't contrast with neutral-gray. */169 background-color: rgba(126, 126, 126, 0.2); /* Adaptive, but won't contrast with neutral-gray. */
167}170}
168171