From 9da70931e4563176018504827b417422968cc8a8 Mon Sep 17 00:00:00 2001 From: Danny Coates Date: Tue, 12 Mar 2019 13:35:25 -0700 Subject: [PATCH] body overflow-x: hidden. fixes #1219 --- app/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.css b/app/main.css index c7269533..d916ce90 100644 --- a/app/main.css +++ b/app/main.css @@ -22,6 +22,7 @@ body { background-position: center; background-repeat: no-repeat; background-size: cover; + overflow-x: hidden; } .btn {