diff --git a/src/js/menu.jsx b/src/js/menu.jsx index b81237198a3141..c42d5976535918 100644 --- a/src/js/menu.jsx +++ b/src/js/menu.jsx @@ -230,11 +230,9 @@ var Menu = React.createClass({ //Open the menu $el.css('height', this._initialMenuHeight); - //Set the overflow to visible after the animation is done so - //that other nested menus can be shown - CssEvent.onTransitionEnd($el, function() { - $innerContainer.css('overflow', 'visible'); - }); + //Set the overflow to visible so that other nested menus + //can be shown + $innerContainer.css('overflow', 'visible'); } else {