Skip to content

Commit

Permalink
updating z-index for nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
samgildea committed Apr 6, 2021
1 parent 6409485 commit 80696ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/header/header-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import dimensions from "../../style/dimensions"
import colors from "../../style/colors"

export const NavContainer = styled.div`
z-index: 1;
background-color: ${colors.gray_image};
padding-bottom: 32px;
&.colorChange {
Expand Down
6 changes: 5 additions & 1 deletion src/components/homepage/index-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,8 @@ export const FutureCTA = styled.div`
}
`

export const HomePageContainer = styled.div``
export const HomePageContainer = styled.div`
position: relative;
z-index: 0;
`

0 comments on commit 80696ce

Please sign in to comment.