move modal to top z-index

This commit is contained in:
AlecM33
2022-06-20 19:25:40 -04:00
parent 52f94d94fb
commit 0ea2d13323

View File

@@ -3,7 +3,7 @@
text-align: center;
position: fixed;
width: 85%;
z-index: 100;
z-index: 100001;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
@@ -25,7 +25,7 @@
width: 100%;
height: calc(100% + 100px);
background-color: rgba(0, 0, 0, 0.75);
z-index: 50;
z-index: 100000;
cursor: pointer;
}