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

index 77977564d8781d32c09fcf3316ab53913a6d1aa0..c17d7bc884561a66068fbe08536a06f46ad3dc6e 100644 (file)
@@ -605,12 +605,12 @@ footer.hidden, header.hidden, #interface.hidden {
 }
 
 .link.multimedia {
-       z-index: 1;
+       z-index: 1 !important;
 }
 
 .link.contentLink {
        z-index: 0;
-       position: absolute;
+       position: absolute !important;
 }
 
 .link a {