From ef4cdfb731dbc196609ab76303ae5877183ddba8 Mon Sep 17 00:00:00 2001 From: Kulbhushan Kaushik Date: Thu, 27 Oct 2022 08:36:45 -0400 Subject: [PATCH] fixed extra scroll bar on the page. --- src/styles/common-styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/common-styles.scss b/src/styles/common-styles.scss index a516165f..0bbd043a 100644 --- a/src/styles/common-styles.scss +++ b/src/styles/common-styles.scss @@ -23,7 +23,7 @@ body { } .container, .container-fluid { - overflow-x: hidden; + overflow: hidden; } .sub-container{