From d5568c42bffc92ddccb026a7a416ed187b27609a Mon Sep 17 00:00:00 2001 From: 1ilit Date: Sun, 7 Jul 2024 17:21:54 +0300 Subject: [PATCH] Fix scrollbar height and corner --- src/index.css | 5 +++++ 1 file changed, 5 insertions(+) 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;