From 0ded6d548e1209d1dceeef5dc6e50459ec23f032 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: I6e42c1ac747ac0399d0f40c11cd6bfd84c579be2 Signed-off-by: Baptiste DURAND --- css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index eba3dc7..f14a161 100644 --- a/css/style.css +++ b/css/style.css @@ -1,6 +1,5 @@ @viewport{ - width: 720px; - height: 1280px; + zoom: 1; user-zoom: fixed; } -- 2.7.4