diff --git a/src/styles/globals.css b/src/styles/globals.css index 8110e87e..ca40af5b 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -27,6 +27,25 @@ input[type='search']::-webkit-search-cancel-button { -webkit-appearance: none; } + + ::-webkit-scrollbar { + width: 12px; + height: 12px; + } + + ::-webkit-scrollbar-track { + background-color: transparent; + border-radius: 6px; + } + + ::-webkit-scrollbar-thumb { + background: rgba(0,0,0,.8); + border-radius: 6px; + } + + ::-webkit-scrollbar-thumb:hover { + background: rgba(0,0,0,.6); + } } @layer components {