css bug fix

This commit is contained in:
Noah Zinsmeister 2021-04-23 13:03:06 -04:00
parent 3693c83b6e
commit fe6a46fc0f
No known key found for this signature in database
GPG Key ID: 83022DD49188C9F2

@ -46,12 +46,12 @@ const BodyWrapper = styled.div`
/* overflow-y: auto; */
/* overflow-x: hidden; */
z-index: 1;
${({ theme }) => theme.mediaWidth.upToSmall`
padding: 16px;
padding-top: 2rem;
`};
z-index: 1;
`
const HeaderWrapper = styled.div`