Merge pull request #20 from Safelite/feature/SSR-84
fixed extra scroll bar on the page.
This commit is contained in:
commit
f51ad89ef4
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ body {
|
||||||
}
|
}
|
||||||
.container,
|
.container,
|
||||||
.container-fluid {
|
.container-fluid {
|
||||||
overflow-x: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sub-container{
|
.sub-container{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue