From: Vincent Vanwaelscappel Date: Wed, 4 Feb 2026 15:36:58 +0000 (+0100) Subject: wait #7980 @1.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=2dc933d60ae0a53e4e0fc8d725b083118e099cfd;p=fluidbook-html5.git wait #7980 @1.5 --- diff --git a/js/libs/fluidbook/fluidbook.menu.js b/js/libs/fluidbook/fluidbook.menu.js index 3b9273c7..ba71c5c0 100644 --- a/js/libs/fluidbook/fluidbook.menu.js +++ b/js/libs/fluidbook/fluidbook.menu.js @@ -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 = {};