From d509d1e35155aae2ff346dd5dbd99cf8bfe93ba4 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 23 Oct 2015 12:54:55 +0000 Subject: [PATCH] #fluidbook_html5 : fix background links bug @mpesme --- style/fluidbook.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style/fluidbook.css b/style/fluidbook.css index b3f906f1..4d6d1ca4 100644 --- a/style/fluidbook.css +++ b/style/fluidbook.css @@ -82,7 +82,6 @@ html { -webkit-user-select: text; -o-user-select: text; -ms-user-select: text; - } body { @@ -604,6 +603,10 @@ footer.hidden, header.hidden, #interface.hidden { z-index: 2; } +#background .links .link { + position: absolute; +} + .link.multimedia { position: absolute; z-index: 1 !important; -- 2.39.5