From c18b3529b25ecd0ff31f831bdd70b8d3c05e61eb Mon Sep 17 00:00:00 2001 From: pramod mahajan Date: Wed, 16 Jul 2025 09:50:11 +0530 Subject: [PATCH] removed unsed scroll bar css --- src/index.css | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/index.css b/src/index.css index 8758bf11..e0f8ce52 100644 --- a/src/index.css +++ b/src/index.css @@ -101,25 +101,7 @@ button:focus-visible { flex: 1; } -/* Custom Scrollbar for Webkit browsers (Chrome, Safari, Edge) */ -::-webkit-scrollbar { - width: 6px; /* Width of the scrollbar */ - height: 6px; /* Height of the scrollbar (for horizontal scrollbar) */ -} -::-webkit-scrollbar-track { - background-color: #f1f1f1; /* Background of the scrollbar track */ - border-radius: 2px; /* Rounded corners for the track */ -} - -::-webkit-scrollbar-thumb { - background-color: #888; /* Color of the scrollbar thumb */ - border-radius: 10px; /* Rounded corners for the thumb */ -} - -::-webkit-scrollbar-thumb:hover { - background-color: #555; /* Color of the thumb on hover */ -} @keyframes spin { 100% {