From 4d01984a0883943aabb11baac6b5122225e84d9a Mon Sep 17 00:00:00 2001 From: CusMeDroid <108187260+CusMeDroid@users.noreply.github.com> Date: Tue, 5 Mar 2024 22:02:51 +0700 Subject: [PATCH] Update style.css Signed-off-by: CusMeDroid <108187260+CusMeDroid@users.noreply.github.com> --- css/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/css/style.css b/css/style.css index e30127d..aa93d2b 100644 --- a/css/style.css +++ b/css/style.css @@ -6,6 +6,18 @@ * Suryo DwiJayanto */ +::-webkit-scrollbar { + width: 5px; + height: 4px; +} +::-webkit-scrollbar-thumb { + background: #fdfdfd; + -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); +} +::-webkit-scrollbar-thumb:window-inactive { + background: #fdfdfd; +} + html { scroll-behavior: smooth; }