]> _ Git - fluidbook-html5.git/commitdiff
wip #5337 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 30 Jun 2022 15:41:15 +0000 (17:41 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 30 Jun 2022 15:41:21 +0000 (17:41 +0200)
js/libs/fluidbook/fluidbook.links.js
style/fluidbook.less

index b9012fb768f7f06d0083bed0a184d2b8f2dde83f..d2b9a8b52be4b6720ffda410ab38e712f9f6341f 100644 (file)
@@ -800,11 +800,7 @@ FluidbookLinks.prototype = {
             }
         } else if (animation.type === 'pie') {
             defaultParams = {
-                startangle: '0',
-                direction: 'clockwise',
-                size: 'outside',
-                innerradius: '0',
-                hideonstart: '0'
+                startangle: '0', direction: 'clockwise', size: 'outside', innerradius: '0', hideonstart: '0'
             };
             animation = $.extend({}, globalDefault, defaultParams, animation);
             animation.startangle = parseFloat(animation.startangle);
index 78a85ded227df335ce3cfc9d019dd08e752a1d06..82825c2c7c910ea3403e8cf9672241ad5f10caf7 100644 (file)
@@ -278,6 +278,10 @@ body, html {
     &.rightContainer {
       left: 50%;
 
+      .ios & {
+        z-index: 1;
+      }
+
       .mobilefirst & {
         left: 0;
       }