From bc726a847d72bcf3e50e8770cfd7436cc255a771 Mon Sep 17 00:00:00 2001 From: James Date: Tue, 29 Mar 2022 09:46:11 +0200 Subject: [PATCH] removed scrollbar brcause we don't need it --- css/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/styles.css b/css/styles.css index 52b206f..8c4fb2a 100644 --- a/css/styles.css +++ b/css/styles.css @@ -5,11 +5,11 @@ html { -o-background-size: cover; background-size: cover; - --scrollbarBG: #CFD8DC; - --thumbBG: #90A4AE; + --scrollbarBG: #CFD8DC00; + --thumbBG: #90A4AE00; } body::-webkit-scrollbar { - width: 11px; + width: 0px; } body { scrollbar-width: thin;