body overflow-x: hidden. fixes #1219

This commit is contained in:
Danny Coates
2019-03-12 13:35:25 -07:00
parent 43ad9ad057
commit 9da70931e4

View File

@@ -22,6 +22,7 @@ body {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
overflow-x: hidden;
}
.btn {