Commit fe6a46fc authored by Noah Zinsmeister's avatar Noah Zinsmeister

css bug fix

parent 3693c83b
...@@ -46,12 +46,12 @@ const BodyWrapper = styled.div` ...@@ -46,12 +46,12 @@ const BodyWrapper = styled.div`
/* overflow-y: auto; */ /* overflow-y: auto; */
/* overflow-x: hidden; */ /* overflow-x: hidden; */
z-index: 1;
${({ theme }) => theme.mediaWidth.upToSmall` ${({ theme }) => theme.mediaWidth.upToSmall`
padding: 16px; padding: 16px;
padding-top: 2rem; padding-top: 2rem;
`}; `};
z-index: 1;
` `
const HeaderWrapper = styled.div` const HeaderWrapper = styled.div`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment