diff --git a/src/pages/trading-specification/components/_elements.tsx b/src/pages/trading-specification/components/_elements.tsx index 615f1b9f2ff..a1b93093393 100644 --- a/src/pages/trading-specification/components/_elements.tsx +++ b/src/pages/trading-specification/components/_elements.tsx @@ -337,7 +337,7 @@ export const Card = styled.div` display: flex; justify-content: center; align-items: center; - z-index: 10; + z-index: 99; ` export const ModalCard = styled.div` position: relative;