From 5e722e019c0c29e5f44abc09673c1852ccea6f8d Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 22 Jan 2025 16:36:44 -0800 Subject: [PATCH] scroll bar reverted: --- web/styles/globals.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web/styles/globals.css b/web/styles/globals.css index 00e97c38d..e6bdeeaca 100644 --- a/web/styles/globals.css +++ b/web/styles/globals.css @@ -29,10 +29,6 @@ input { @apply transition-transform hover:shadow-md active:scale-95; } -::-webkit-scrollbar { - @apply w-4 bg-slate-200; -} - ::-webkit-scrollbar-thumb { @apply cursor-grab rounded-full border-2 border-solid border-slate-200 bg-white hover:shadow-md; }