fixed extra scroll bar on the page.

This commit is contained in:
Kulbhushan Kaushik 2022-10-27 08:36:45 -04:00
parent ec48d7ce85
commit ef4cdfb731

View file

@ -23,7 +23,7 @@ body {
} }
.container, .container,
.container-fluid { .container-fluid {
overflow-x: hidden; overflow: hidden;
} }
.sub-container{ .sub-container{