]> _ Git - fluidbook-html5.git/commitdiff
fix #2126 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 5 Jul 2018 12:52:11 +0000 (14:52 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 5 Jul 2018 12:52:11 +0000 (14:52 +0200)
style/fluidbook.slideshow.less

index 4c1f73447ddf9cfa8da1c063beea78b2e192de03..6dcf90ebddd5486783df34117d7d6a9c68cd404c 100644 (file)
@@ -8,6 +8,11 @@
 
        &.fb-slideshow-fullscreen {
                padding: 0;
+               .fb-slideshow-slide {
+                       .msie &, .edge & {
+                               display: flex !important;
+                       }
+               }
        }
 
        img {
@@ -17,7 +22,8 @@
        &-slide {
                position: relative;
                display: flex !important;
-               .msie & {
+
+               .msie &, .edge & {
                        display: block !important;
                }
                flex-direction: column;