From 6a5cfb1903d50c66db13408d6a33df7b47e6891c Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Fri, 15 May 2015 14:20:12 -0400 Subject: [PATCH] Fix for chrome update --- assets/styles/style.css | 4 ++++ index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/styles/style.css b/assets/styles/style.css index d46352d..bed5030 100644 --- a/assets/styles/style.css +++ b/assets/styles/style.css @@ -5,6 +5,10 @@ html, body, img, #container { height: 100%; } +body { + overflow: hidden; +} + #container { position: absolute; left: 0px; diff --git a/index.html b/index.html index 9b72ef8..fc9bfa3 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@ ga('create', 'UA-26313899-3', 'auto'); ga('send', 'pageview'); - +