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
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB

View File

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