From e14d328ed9260331dba9fdae7c8b4f34f7c93959 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sun, 12 Feb 2023 00:48:18 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20wielko=C5=9B=C4=87=20scrollbaru?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/global.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/styles/global.scss b/src/styles/global.scss index 2cd46e6..96f9129 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -18,17 +18,15 @@ } ::-webkit-scrollbar { - width: 1rem; - height: 1rem; + width: 15px; + height: 15px; background-color: transparent; &-track { - border-radius: 0.5em; background-color: #333; } &-thumb { - border-radius: 0.5em; background-color: #666; } } @@ -47,7 +45,7 @@ body { &.no-scroll { overflow-y: hidden; - padding-right: 1rem; + padding-right: 15px; @include smallScreen() { padding: 0;