summaryrefslogtreecommitdiff
path: root/public/css/index.css
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-03-15 11:10:08 +0800
committerCheng-Han, Wu2016-03-15 11:10:08 +0800
commit40f920619048c31e0035d8394647e1ac4628c310 (patch)
treec9a35aedb0dd9db2a1f51158da82e058c70c396d /public/css/index.css
parentb5d9d28f2e7515247e8ec27fc21f232727512b5d (diff)
Fixed mobile layout issues and improved editor layout styles
Diffstat (limited to '')
-rw-r--r--public/css/index.css2
1 files changed, 1 insertions, 1 deletions
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;
}