Fix mobile modal
This commit is contained in:
parent
13c1e302be
commit
0fcfb887c2
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user