Fix mobile modal

This commit is contained in:
Daniel Kluge 2022-09-30 16:05:33 +02:00
parent 13c1e302be
commit 0fcfb887c2

View File

@ -1,6 +1,6 @@
.modal {
z-index: 99;
position: fixed;
position: absolute;
top: 0;
left: 0;
width: 100vw;
@ -55,7 +55,7 @@
.modalClose {
position: absolute;
float: none;
bottom: 2%;
bottom: 1%;
left: 50%;
transform: translate(-50%, 0);
}