From: Vincent Vanwaelscappel Date: Fri, 23 Oct 2015 12:54:55 +0000 (+0000) Subject: #fluidbook_html5 : fix background links bug @mpesme X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d509d1e35155aae2ff346dd5dbd99cf8bfe93ba4;p=fluidbook-html5.git #fluidbook_html5 : fix background links bug @mpesme --- 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;