From 1a60770cfeb851e97a36d46fcac8b2e9eed89b89 Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Sun, 7 Nov 2021 20:51:29 +0100 Subject: [PATCH] Add files via upload --- css/custom.css | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/css/custom.css b/css/custom.css index 4a0120a..44929e4 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,11 +1,30 @@ html { scroll-behavior: smooth; + display: flex; } +::-webkit-scrollbar { + width: 10px; + } + + /* Track */ + ::-webkit-scrollbar-track { + background: #f1f1f1; + } + + /* Handle */ + ::-webkit-scrollbar-thumb { + background: #195294; + } + + /* Handle on hover */ + ::-webkit-scrollbar-thumb:hover { + background: #10335C; + } /* CUSTOM COLOR CLASSES */ .custom1{color:white;background-color:#10335C} .custom2{background-color:#195294;color:white} /*SCROLL BACK TO TOP BUTTON*/ -#myBtn { +#returntotop { position: fixed; bottom: 20px; right: 30px; @@ -22,7 +41,7 @@ html { text-align: center; } - #myBtn:hover { + #returntotop:hover { background-color: #195294; width: 155px; } @@ -43,4 +62,7 @@ html { #myBtn1:hover { background-color: #195294; width: 155px; - } \ No newline at end of file + } +.nobar { + overflow-y: hidden; +} \ No newline at end of file