From: Vincent Vanwaelscappel Date: Thu, 5 Jul 2018 12:52:11 +0000 (+0200) Subject: fix #2126 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=51ec7dc30b7a4ddd58ea242665c7c8afb473e689;p=fluidbook-html5.git fix #2126 @1 --- diff --git a/style/fluidbook.slideshow.less b/style/fluidbook.slideshow.less index 4c1f7344..6dcf90eb 100644 --- a/style/fluidbook.slideshow.less +++ b/style/fluidbook.slideshow.less @@ -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;