body overflow-x: hidden. fixes #1219
This commit is contained in:
parent
43ad9ad057
commit
9da70931e4
|
@ -22,6 +22,7 @@ body {
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
|
|
Loading…
Reference in New Issue