moved backdrop up to come above prev modal

This commit is contained in:
Abhinav-grd 2021-04-19 15:22:45 +05:30
parent 5bd9461d5a
commit 5a45867eac

View file

@ -84,6 +84,9 @@ const GlobalStyles = createGlobalStyle`
color: #aaa;
text-shadow: none;
}
.modal-backdrop {
z-index:2000;
}
.modal .card {
background-color: #202020;
border: none;