From: Vincent Vanwaelscappel Date: Tue, 12 Sep 2017 10:04:44 +0000 (+0200) Subject: fix #1489 @2 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5ff6c9f0952b5e8cf5db949a838de210d66fe907;p=fluidbook-html5.git fix #1489 @2 --- diff --git a/style/fluidbook.less b/style/fluidbook.less index 00b5955a..61d94a17 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -327,33 +327,6 @@ body, html { } } - - -// Fix for #1489 - -.chrome.desktop { - - .doublePage { - overflow: visible; - } - - #pages { - -moz-perspective: 5000px; - -webkit-perspective: 5000px; - -o-perspective: 5000px; - -ms-perspective: 5000px; - perspective: 5000px; - } - - .page { - -webkit-transform: translateZ(0); - -o-transform: translateZ(0); - -ms-transform: translateZ(0); - transform: translateZ(0); - -moz-transform: translateZ(0); - } -} - /* Shadow */ #shadow { position: absolute;