From 2bcfc14390e9ca2efe6f50f507dc34baedc430bb Mon Sep 17 00:00:00 2001 From: Prayag Date: Thu, 9 Dec 2021 15:07:30 +0530 Subject: [PATCH] Update default.css --- default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.css b/default.css index 43a3f25..1347a41 100644 --- a/default.css +++ b/default.css @@ -19,7 +19,7 @@ } .force-scroll { - overflow-y: scroll; + overflow-y: auto; overflow-x: hidden; }