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