Fix mobile modal
This commit is contained in:
parent
13c1e302be
commit
0fcfb887c2
@ -1,6 +1,6 @@
|
|||||||
.modal {
|
.modal {
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
position: fixed;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
@ -55,7 +55,7 @@
|
|||||||
.modalClose {
|
.modalClose {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
float: none;
|
float: none;
|
||||||
bottom: 2%;
|
bottom: 1%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%, 0);
|
transform: translate(-50%, 0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user