From 529adf97c9a1da5a2c9b155afc9540368d97e283 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 2 Dec 2013 14:09:11 +0000 Subject: [PATCH] --- style/fluidbook.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/fluidbook.css b/style/fluidbook.css index df90a58c..d0d2fd62 100644 --- a/style/fluidbook.css +++ b/style/fluidbook.css @@ -240,11 +240,11 @@ body{ position:absolute; top:0px; left:0px; - -webkit-transform: translateZ(0); + /* -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); - transform: translateZ(0); + transform: translateZ(0);*/ } #shadow>div{ -- 2.39.5