Skip to content

Commit

Permalink
Merge pull request #3806 from mbrookes/menu-fix-nested
Browse files Browse the repository at this point in the history
[Popover] Fix rendering for nested Menus
  • Loading branch information
oliviertassinari committed Mar 25, 2016
2 parents 1520384 + 5a0fe30 commit 397275a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Popover/Popover.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ const Popover = React.createClass({

render() {
return (
<div>
<div style={{display: 'none'}}>
<EventListener
elementName="window"
onScroll={this.handleScroll}
Expand Down

0 comments on commit 397275a

Please sign in to comment.