1
0
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:
Kushagra Gour
2016-05-11 16:15:34 +05:30
parent 5b936e9a9e
commit 8bdd007b89

View File

@@ -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;