From ad75d90d9f3fc858276351b8aebf3bd8d2776271 Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Sun, 3 Oct 2021 11:48:07 -0700 Subject: [PATCH] Update styles.css --- css/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 3eac169..da62766 100644 --- a/css/styles.css +++ b/css/styles.css @@ -100,6 +100,7 @@ html { /* Hide scrollbar for Chrome, Safari and Opera */ .html::-webkit-scrollbar { display: none; + background: transparent; /* Optional: just make scrollbar invisible */ } #end__of__page { @@ -201,4 +202,4 @@ html { margin-right: 2vw; width: 14vw; } -} \ No newline at end of file +}