From: Vincent Vanwaelscappel Date: Thu, 24 Sep 2015 10:53:54 +0000 (+0000) Subject: Fix depth of multimedia links X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7d797f95eb2a8b95c15d1b3c220e90cacc50488a;p=fluidbook-html5.git Fix depth of multimedia links --- diff --git a/style/fluidbook.css b/style/fluidbook.css index c17d7bc8..b3f906f1 100644 --- a/style/fluidbook.css +++ b/style/fluidbook.css @@ -605,12 +605,13 @@ footer.hidden, header.hidden, #interface.hidden { } .link.multimedia { + position: absolute; z-index: 1 !important; } .link.contentLink { - z-index: 0; - position: absolute !important; + z-index: 0 !important; + position: absolute; } .link a {