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