Merge pull request #20 from Safelite/feature/SSR-84

fixed extra scroll bar on the page.
This commit is contained in:
Kulbhushan Kaushik 2022-10-27 08:48:10 -04:00 committed by GitHub
commit f51ad89ef4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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