Skip to content

Commit

Permalink
Post header overlap (z-index) issue with hamburger menu
Browse files Browse the repository at this point in the history
  • Loading branch information
tianlangwu authored and humphd committed Nov 29, 2020
1 parent 730a82d commit 17562d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/gatsby/src/components/Post/Post.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const useStyles = makeStyles((theme) => ({
color: theme.palette.text.secondary,
padding: '2em 3em 2em 3em',
lineHeight: '1.3',
zIndex: 1500,
zIndex: 1100,
top: '-1.1em',
[theme.breakpoints.down(1440)]: {
paddingTop: '1.6em',
Expand Down

0 comments on commit 17562d8

Please sign in to comment.