Skip to content

Commit

Permalink
Merge pull request #166 from niranjan-kurhade/fix/niranjan-kurhade/165
Browse files Browse the repository at this point in the history
Fixed the overlap of FAQ button and Header.
  • Loading branch information
leecalcote authored Nov 16, 2023
2 parents 619ba5a + 6b83fdc commit fc665a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/components/Navigation/Navigation.styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const Header = styled.header`
position: sticky;
top: 0;
background: #FFF;
z-index: 1;
z-index: 2;
.dropdown_btn {
display: none;
Expand Down

0 comments on commit fc665a8

Please sign in to comment.