]> _ Git - fluidbook-html5.git/commitdiff
#fluidbook-workshop : fix non interactive anims prevent zoom @0:05
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 27 Apr 2016 09:31:53 +0000 (09:31 +0000)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 27 Apr 2016 09:31:53 +0000 (09:31 +0000)
style/fluidbook.css
style/fluidbook.less

index 15b7f7ac4b716101473ec3002117f3f5a060329b..e5d81675aa43f38697913a91911d3d8da4c221e1 100644 (file)
@@ -548,9 +548,13 @@ header.hidden,
   position: absolute;
   z-index: 1 !important;
 }
+.link.multimedia.notinteractive {
+  pointer-events: none;
+}
 .link.contentLink {
   z-index: 0 !important;
   position: absolute;
+  pointer-events: none;
 }
 .link a {
   width: 100%;
index b930ceb8cfb5538a7a9f50e514834ed526f6bac4..51f5634383290080fc255eb568f8f5c6ee080dc5 100644 (file)
@@ -625,11 +625,15 @@ footer.hidden, header.hidden, #interface.hidden {
 .link.multimedia {
        position: absolute;
        z-index: 1 !important;
+       &.notinteractive {
+               pointer-events: none;
+       }
 }
 
 .link.contentLink {
        z-index: 0 !important;
        position: absolute;
+       pointer-events: none;
 }
 
 .link a {