From 40f920619048c31e0035d8394647e1ac4628c310 Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Tue, 15 Mar 2016 11:10:08 +0800 Subject: Fixed mobile layout issues and improved editor layout styles --- public/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/css') diff --git a/public/css/index.css b/public/css/index.css index 3d45cda3..fdfae0ac 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -15,7 +15,7 @@ body { letter-spacing: 0.025em; line-height: 1.25; font-size: 18px; - min-height: 100%; + height: auto !important; overflow-y: hidden !important; -webkit-overflow-scrolling: touch; } -- cgit v1.2.3