From e84a47d992a2040a6e3c14a05f4c54e49cd1a498 Mon Sep 17 00:00:00 2001 From: Charvi Zala Date: Fri, 31 May 2024 22:18:51 +0530 Subject: [PATCH] change --- blogpagestyle.css | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/blogpagestyle.css b/blogpagestyle.css index c46a0cb..c8d8cf1 100644 --- a/blogpagestyle.css +++ b/blogpagestyle.css @@ -31,11 +31,26 @@ body { color: var(--txt-color); } -body::-webkit-scrollbar { - display: none; +::-webkit-scrollbar { + width: 10px; } -body { - scrollbar-width: none; + +/* Track */ +::-webkit-scrollbar-track { + background: #0e4b16; + +} + +/* Handle */ +::-webkit-scrollbar-thumb { + background: darkgray; + border-radius: 10px; + +} + +::-webkit-scrollbar-thumb:hover { + background: darkgrey; + } section { min-height: 100vh;