diff --git a/src/index.css b/src/index.css index e13ff9f..61eb566 100644 --- a/src/index.css +++ b/src/index.css @@ -35,12 +35,17 @@ ::-webkit-scrollbar { width: 8px; + height: 8px; } ::-webkit-scrollbar-track { opacity: 0; } +::-webkit-scrollbar-corner { + opacity: 0; +} + ::-webkit-scrollbar-thumb { background-color: rgba(var(--semi-grey-2), 1); border-radius: 8px;