Skip to content

Commit

Permalink
Merge pull request #225 from seanpascoe/close_zindex
Browse files Browse the repository at this point in the history
add zindex to close button to bring it in front of spinner
  • Loading branch information
neptunian committed Jul 18, 2018
2 parents 4243247 + 59fdf87 commit c3e799a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const defaultStyles = {
position: 'relative',
top: 0,
verticalAlign: 'bottom',
zIndex: 1,

// increase hit area
height: 40,
Expand Down

0 comments on commit c3e799a

Please sign in to comment.