diff --git a/js/lib/ui.js b/js/lib/ui.js index 2c746e528eb..fa867f992e5 100644 --- a/js/lib/ui.js +++ b/js/lib/ui.js @@ -221,7 +221,7 @@ elgg.ui.initHoverMenu = function(parent) { 'my': 'left top', 'at': 'right-15px bottom', 'of': $icon.closest(".elgg-avatar"), - 'collision': 'none none' + 'collision': 'fit fit' }); } });