From a00ecf42fe436ccac7838e0a9028a23b683c63ec Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Mon, 16 Jun 2014 00:07:17 +0200 Subject: [PATCH] Bugfix --- client/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index cf610973..9e885ddb 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -186,7 +186,6 @@ button { display: none; left: 0; position: absolute; - overflow: auto; right: 0; top: 0; } @@ -196,6 +195,7 @@ button { #main .wrap { margin: 0 auto; max-width: 480px; + overflow: auto; padding: 0 20px; } #windows a { @@ -237,6 +237,7 @@ button { } #sign-in { padding: 12.5% 0; + overflow: auto; } #sign-in h1, #sign-in h2 {