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

View File

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