diff --git a/client/css/style.css b/client/css/style.css index a81f1adf..143adb11 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1211,3 +1211,15 @@ button { padding: 0; } } + +::-webkit-scrollbar { + width: 8px; + background-color: rgba(0,0,0,0); +} +::-webkit-scrollbar:hover { + background-color: rgba(0, 0, 0, 0.09); +} +::-webkit-scrollbar-thumb:vertical { + background: rgba(0,0,0,0.5); + border-radius: 100px; +}