Skip to content

Commit

Permalink
Fix popup position. (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
fairlighteth authored Apr 27, 2022
1 parent 2c92b8c commit 3ffaba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/pages/App/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const BodyWrapper = styled.div`
align-items: center;
justify-content: center;
flex: auto;
z-index: 1;
z-index: initial;
${({ theme }) => theme.mediaWidth.upToMedium`
padding: 0 10px 0;
Expand Down

0 comments on commit 3ffaba0

Please sign in to comment.