css bug fix
This commit is contained in:
parent
3693c83b6e
commit
fe6a46fc0f
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user