diff --git a/public/style.css b/public/style.css index 52484aec7..e2667b2ce 100644 --- a/public/style.css +++ b/public/style.css @@ -157,11 +157,26 @@ body { } ::-webkit-scrollbar { - width: 10px; - height: 10px; + width: 0.8rem; scrollbar-gutter: stable; } +::-webkit-scrollbar-track { + cursor: default; +} + +::-webkit-scrollbar-track:hover { + background-color: rgba(126, 126, 126, 0.2); /* Adaptive, but won't contrast with neutral-gray. */ +} + +::-webkit-scrollbar-thumb { + cursor: grab; +} + +::-webkit-scrollbar-thumb:active { + cursor: grabbing; +} + .scrollY { overflow-y: auto !important; }