diff --git a/frontend/src/scroll.css b/frontend/src/scroll.css index fb05ae9..5ffb1d2 100644 --- a/frontend/src/scroll.css +++ b/frontend/src/scroll.css @@ -1,13 +1,20 @@ -*::-webkit-scrollbar { - width: 8px; -} -*::-webkit-scrollbar-thumb { - background-color: grey; - border-radius: 10px; - background-clip: padding-box; - border: 2px solid transparent; -} -*::-webkit-scrollbar-track { - background-color: transparent; - border-radius: 10px; +::-webkit-scrollbar { + width: 9px; + height: 9px; +} +::-webkit-scrollbar-button { + display: none; +} +::-webkit-scrollbar-track-piece { + background-color: white; +} +::-webkit-scrollbar-thumb { + border-radius: 9px; + background-color: #c7c7c7; +} +::-webkit-scrollbar-thumb:hover { + background: #ababab; +} +::-webkit-scrollbar-thumb:active { + background: #808080; }