From b0ca42360a8cd4cfd0a1f3984c92279719d278af Mon Sep 17 00:00:00 2001 From: kartik3110 Date: Sat, 12 Oct 2024 16:22:01 +0530 Subject: [PATCH] style: add scrollbar --- styles/globals.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/styles/globals.css b/styles/globals.css index 8a37ca37..b70fd25a 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -108,7 +108,11 @@ gi.owl-carousel .owl-stage { mask-image: url("../public/Hexagon.svg"); } ::-webkit-scrollbar { - display: none; + width: 7px; +} +::-webkit-scrollbar-thumb { + background-color: var(--primary-100); + border-radius: 50px; } a {