]> _ Git - fluidbook-html5.git/commitdiff
#fluidbook_html5 : fix background links bug @mpesme
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 23 Oct 2015 12:54:55 +0000 (12:54 +0000)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 23 Oct 2015 12:54:55 +0000 (12:54 +0000)
style/fluidbook.css

index b3f906f130f8c7a973947b953a48baad79b526b1..4d6d1ca4067e940c616565f00967abd9a796880a 100644 (file)
@@ -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;