From b10e89fdd7081fdea059e426bdc41c08385e8d07 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Wed, 21 Feb 2024 19:50:45 +0530 Subject: [PATCH] [WEB-327] chore: scrollbar improvement (#3736) * chore: scrollbar improvement * chore: scrollbar improvement --- web/styles/globals.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/styles/globals.css b/web/styles/globals.css index 1f967f1c4..e4de1a3da 100644 --- a/web/styles/globals.css +++ b/web/styles/globals.css @@ -524,10 +524,10 @@ div.web-view-spinner div.bar12 { } .vertical-scrollbar { - overflow-y: scroll; + overflow-y: auto; } .horizontal-scrollbar { - overflow-x: scroll; + overflow-x: auto; } .vertical-scrollbar::-webkit-scrollbar, .horizontal-scrollbar::-webkit-scrollbar {