From 437296eab95d0b22fe2eda4f862237cdc890bb07 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Wed, 20 Aug 2025 16:00:14 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B08634=20-=20Newsroom=20providers=20are=20?= =?UTF-8?q?hardly=20visible=20if=20there's=20more=20than=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/components/newsroom-menu.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/components/newsroom-menu.js b/js/components/newsroom-menu.js index 4c2f22e6a..637ba0cb7 100644 --- a/js/components/newsroom-menu.js +++ b/js/components/newsroom-menu.js @@ -327,7 +327,8 @@ $(function() oElem.popover_menu({ 'toggler': '[data-role="ibo-navigation-menu--notifications-show-all-multiple"]', 'position': { - 'horizontal': "(oTargetPos.left+parseInt(oTargetElem.css('marginLeft'), 10)+(oTargetElem.outerWidth() / 2)-(oElem.outerWidth() / 2))+'px'", + 'horizontal': "(oTargetPos.left+parseInt(oTargetElem.css('marginLeft'), 10)+(oTargetElem.outerWidth() / 1.5)-(oElem.outerWidth() / 2))+'px'", + 'vertical': 'above' }, });