]> _ Git - fluidbook-html5.git/commitdiff
Fix depth of multimedia links
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 24 Sep 2015 10:53:54 +0000 (10:53 +0000)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 24 Sep 2015 10:53:54 +0000 (10:53 +0000)
style/fluidbook.css

index c17d7bc884561a66068fbe08536a06f46ad3dc6e..b3f906f130f8c7a973947b953a48baad79b526b1 100644 (file)
@@ -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 {