From d64bb84178f6a3cc17f12eca3504f079162f0283 Mon Sep 17 00:00:00 2001 From: Baptiste DURAND Date: Thu, 16 Oct 2014 18:49:26 +0200 Subject: [PATCH] Work Around TC-1560 Change-Id: Ie6239b038807535d038b8d77f026b9d193fb1c8a Signed-off-by: Baptiste DURAND --- css/phone_style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/phone_style.css b/css/phone_style.css index 6090b65..a379714 100644 --- a/css/phone_style.css +++ b/css/phone_style.css @@ -1,6 +1,5 @@ @viewport{ - width: 720px; - height: 1280px; + zoom: 1; user-zoom: fixed; } -- 2.7.4