From edd92531a5975aa471d1c1e91a6d108bf732a558 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: I573f25e1333cd1e56308d3e9031893d4d6c4eef0 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 e272e11..09dc8c9 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