From 2dc933d60ae0a53e4e0fc8d725b083118e099cfd Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 4 Feb 2026 16:36:58 +0100 Subject: [PATCH] wait #7980 @1.5 --- js/libs/fluidbook/fluidbook.menu.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 = {}; -- 2.39.5