Skip to content

Commit

Permalink
Merge 72f00af into 111bb5c
Browse files Browse the repository at this point in the history
  • Loading branch information
kdalkafoukis committed Nov 14, 2018
2 parents 111bb5c + 72f00af commit 7d03b80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/LandingPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class LandingPage extends Component {
<img src={menu} alt=''/>
</Button>
</div>
<Popper open={this.state.menuOpen} anchorEl={this.anchorEl} transition disablePortal>
<Popper className='popper' open={this.state.menuOpen} anchorEl={this.anchorEl} transition disablePortal>
{({ TransitionProps, placement }) => (
<Grow
{...TransitionProps}
Expand Down
5 changes: 3 additions & 2 deletions src/components/LandingPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@
}

}
}

.popper {
z-index:1;
}

.externallink {
Expand All @@ -70,5 +73,3 @@
}

}


0 comments on commit 7d03b80

Please sign in to comment.