Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
chore: fixed modal overlay issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-deriv committed Dec 25, 2023
1 parent 324879f commit 4b88aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/trading-specification/components/_elements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4b88aa2

Please sign in to comment.