From db54671ca837373efad05288aea17ea77d310bf4 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 18 Sep 2019 18:37:49 +0200 Subject: [PATCH] fix #3064 @0:10 --- style/mobilefirst.less | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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%; + } } } -- 2.39.5