Show scrollbar track only when hovered.
| @@ -163,6 +163,9 @@ body { | |||
| 163 | 163 | ||
| 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 | } |
| 168 | 171 | ||