From d34accb784f14cdc2d206900e8b01bf2691cc869 Mon Sep 17 00:00:00 2001 From: Yash Kumar <219265056+firoziya@users.noreply.github.com> Date: Sun, 17 May 2026 22:25:23 +0530 Subject: [PATCH] Update index.css --- src/index.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/index.css b/src/index.css index 3f5943c..7bb017c 100644 --- a/src/index.css +++ b/src/index.css @@ -22,6 +22,12 @@ } } +/* remove scroll bar for all browsers */ +::-webkit-scrollbar { display: none; } +* { -ms-overflow-style: none; /* IE and Edge */ + scrollbar-width: none; /* Firefox */ +} + .how-it-works-flow-line { display: block; height: 2px;