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 and alfetopito committed Apr 27, 2022
1 parent 2d174a2 commit a991540
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 a991540

Please sign in to comment.