Skip to content

Commit

Permalink
fix(ui): hover menus no longer open outside viewport
Browse files Browse the repository at this point in the history
Fixes #10214
  • Loading branch information
mrclay committed Sep 20, 2016
1 parent 7a8d796 commit edd3740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/lib/ui.js
Expand Up @@ -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'
});
}
});
Expand Down

0 comments on commit edd3740

Please sign in to comment.