mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-26 00:11:13 +02:00
fix blur modal.
This commit is contained in:
@@ -174,14 +174,14 @@
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
width: 50%;
|
width: 580px;
|
||||||
max-width: 630px;
|
max-width: 90vw;
|
||||||
min-width: 320px;
|
|
||||||
height: auto;
|
height: auto;
|
||||||
z-index: 2000;
|
z-index: 2000;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
backface-visibility: hidden;
|
backface-visibility: hidden;
|
||||||
transform: translateX(-50%) translateY(-50%);
|
transform: translateX(-50%) translateY(-50%) scale(2);
|
||||||
|
zoom: 0.5;
|
||||||
}
|
}
|
||||||
.modal__content {
|
.modal__content {
|
||||||
background: #fdfdfd;
|
background: #fdfdfd;
|
||||||
|
Reference in New Issue
Block a user