Merge remote-tracking branch 'origin/support/3.2' into develop

# Conflicts:
#	sources/SessionTracker/iSessionHandlerExtension.php
This commit is contained in:
jf-cbd
2025-09-05 15:19:38 +02:00
6 changed files with 7 additions and 5 deletions

View File

@@ -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'
},
});