diff --git a/src/Client/src/index.css b/src/Client/src/index.css index 7c8243d..7877d5a 100644 --- a/src/Client/src/index.css +++ b/src/Client/src/index.css @@ -16,3 +16,16 @@ opacity: 1; } } + +body::-webkit-scrollbar { + width: 10px; +} + +body::-webkit-scrollbar-track { + background: white; +} + +body::-webkit-scrollbar-thumb { + background-color: black; + border: 1px solid white; +}