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