]> _ Git - fluidbook-html5.git/commitdiff
wait #4923 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 29 Nov 2021 12:23:05 +0000 (13:23 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 29 Nov 2021 12:23:05 +0000 (13:23 +0100)
js/libs/fluidbook/fluidbook.mobilefirst.js

index 86ea6b206b04a1644c75bc6df9a59ca1ad0c0dc4..157494ebc2f39c5d4ccf7e18681d2c650f0e5e85 100644 (file)
@@ -149,6 +149,7 @@ FluidbookMobileFirst.prototype = {
 
         var nav = $('#pages .mf-nav');
         nav.css('top', bh);
+        nav.css('transform', 'scale(1)');
         if (480 > width) {
             nav.css('transform', 'scale(' + (width / 480) + ')');
         }