make modal container fixed

This commit is contained in:
np.w
2021-02-19 08:35:11 -06:00
parent 8b18fbcdb4
commit 1fe9d50bb2
+1 -3
View File
@@ -1,8 +1,6 @@
.modal-container {
z-index: 1;
top: 0;
left: 0;
position: absolute;
position: fixed;
display: flex;
justify-content: center;
align-items: center;