From 29077649bc00e39417d74a1651f94f54a6868a2d 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: I324899f06eff5f00bef887c19480498622e868bb 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 45ef1df..1e39464 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