From f69a1ce3c4b2c0bc70b5bb64a7f857cd52adb722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Sun, 25 May 2014 09:37:42 +0100 Subject: [PATCH] Fix scrolling on landing page (mobile) --- css/glowingbear.css | 5 ++++- index.html | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 79647e6..b0c665a 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -2,11 +2,14 @@ html, body { height: 100%; /* The html and body elements cannot have any padding or margin. */ - overflow:hidden; color: #ddd; background-color: #181818; } +.no-overflow { + overflow: hidden; +} + .horizontal-line { -webkit-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0; -moz-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0; diff --git a/index.html b/index.html index c90bf1c..7a093e0 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@ - +

logo