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

Commit

Permalink
chore: fixed alert 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 4b88aa2 commit b703e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/styles/theme/alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
background-color: rgba(0, 0, 0, 0.126);
position: fixed;
inset: 0;
z-index: 10;
z-index: 99;
animation: overlayShow 150ms cubic-bezier(0.16, 1, 0.3, 1);
}
&-content {
z-index: 11;
z-index: 99;
background-color: white;
border-radius: 6px;
box-shadow: hsl(206 22% 7% / 35%) 0px 10px 38px -10px,
Expand Down

0 comments on commit b703e70

Please sign in to comment.