From: Vincent Vanwaelscappel Date: Wed, 18 Sep 2019 16:37:49 +0000 (+0200) Subject: fix #3064 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=db54671ca837373efad05288aea17ea77d310bf4;p=fluidbook-html5.git fix #3064 @0:10 --- diff --git a/style/mobilefirst.less b/style/mobilefirst.less index 8e789982..d430b337 100644 --- a/style/mobilefirst.less +++ b/style/mobilefirst.less @@ -12,7 +12,7 @@ } } - #main,#fluidbook { + #main, #fluidbook { touch-action: pan-y !important; } @@ -262,6 +262,10 @@ svg { right: .8em; + + .msie & { + right: -40%; + } } } @@ -270,6 +274,10 @@ svg { left: .8em; + + .msie & { + left: -40%; + } } }