This commit is contained in:
Gregor Kleen 2018-10-21 12:09:23 +02:00
parent 353e958755
commit 72e0af2618

View File

@ -16,11 +16,13 @@
overflow: auto;
opacity: 0;
transition: all .15s ease;
pointer-events: none;
&.modal--open {
opacity: 1;
z-index: 200;
transform: translate(-50%, -50%) scale(1, 1);
pointer-events: all;
}
}