Skip to content

Commit

Permalink
Merge pull request #606 from Amsterdam/SIG-2219_menu-visibility-ie11
Browse files Browse the repository at this point in the history
[SIG-2219] - (Fix) Main menu visibility IE11
  • Loading branch information
janjaap authored Feb 4, 2020
2 parents f1fef1a + 72f3d03 commit 64830fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/SiteHeader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ const StyledSearchBar = styled(SearchBar)`

const HeaderWrapper = styled.div`
z-index: 1;
position: relative;
${({ tall }) =>
!tall &&
Expand Down

0 comments on commit 64830fb

Please sign in to comment.