]> _ Git - fluidbook-html5.git/commitdiff
wait #7980 @1.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 4 Feb 2026 15:36:58 +0000 (16:36 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 4 Feb 2026 15:36:58 +0000 (16:36 +0100)
js/libs/fluidbook/fluidbook.menu.js

index 3b9273c7361e0b4aeb03098c63011a902040d0b1..ba71c5c0a5822850018d6846f952d28b5749ee8a 100644 (file)
@@ -206,6 +206,10 @@ FluidbookMenu.prototype = {
 
         if (mview.hasClass('fs')) {
             from.y = "0px";
+            if (mview.find('.multimediaContainer.transparent').length > 0) {
+                this.showOverlay();
+                mview.css('background-color', 'transparent');
+            }
         } else if (view !== 'search') {
             this.showOverlay();
         }
@@ -1246,14 +1250,11 @@ FluidbookMenu.prototype = {
             }
             let ch = $(this).outerHeight();
             captionHeight += ch;
-            console.log(ch, $(this));
-
         });
 
         if (maxWidth > 0) {
             w = Math.min(maxWidth, w);
         }
-        console.log(maxWidth, w);
 
         css = {};
         var ccss = {};