From 4ebe30e8ab6e65cfc4162290abcb16bfa576686f Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 24 Sep 2015 10:53:32 +0000 Subject: [PATCH] Fix depth of multimedia links --- style/fluidbook.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.39.5