From 3ffaba05c3d77ce85d6873ef40cded6b757870ce Mon Sep 17 00:00:00 2001 From: fairlight <31534717+fairlighteth@users.noreply.github.com> Date: Wed, 27 Apr 2022 10:31:25 +0100 Subject: [PATCH] Fix popup position. (#458) --- src/custom/pages/App/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/custom/pages/App/index.tsx b/src/custom/pages/App/index.tsx index a222227841..36787be669 100644 --- a/src/custom/pages/App/index.tsx +++ b/src/custom/pages/App/index.tsx @@ -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;