]> _ Git - fluidbook-html5.git/commitdiff
fix #3064 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 18 Sep 2019 16:37:49 +0000 (18:37 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 18 Sep 2019 16:37:49 +0000 (18:37 +0200)
style/mobilefirst.less

index 8e7899828fca587063cd66629df5bb44caec7303..d430b337072ccb7eb6d44da8fd44e56efb0ab30a 100644 (file)
@@ -12,7 +12,7 @@
     }
   }
 
-  #main,#fluidbook {
+  #main, #fluidbook {
     touch-action: pan-y !important;
   }
 
 
       svg {
         right: .8em;
+
+        .msie & {
+          right: -40%;
+        }
       }
     }
 
 
       svg {
         left: .8em;
+
+        .msie & {
+          left: -40%;
+        }
       }
     }