From b07a17fa7523369e8b5a75f1dcb65e4e8f131f2a Mon Sep 17 00:00:00 2001 From: Sudipta Ghosh <78099311+Sudipta2002@users.noreply.github.com> Date: Thu, 7 Oct 2021 08:57:51 +0530 Subject: [PATCH] Scroll Bar updated Scroll Bar updated. There was another bug in CSS I fixed that. --- css/main.css | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/css/main.css b/css/main.css index 895b3dd0..c6accc51 100644 --- a/css/main.css +++ b/css/main.css @@ -1230,26 +1230,23 @@ Contact Us height: 80%; padding: 10px; } -======= + /*========================================= Scroll-bar ==========================================*/ - + ::-webkit-scrollbar { - width: 13px; + width: 20px; } +/* Track */ ::-webkit-scrollbar-track { - box-shadow: inset 0 0 5px grey; + box-shadow: inset 0 0 5px grey; border-radius: 10px; } - /* Handle */ + ::-webkit-scrollbar-thumb { - background: #6a737b; + background: red; border-radius: 10px; } - -::-webkit-scrollbar-thumb:hover { - background: #0eb493; -