Hotfix #212
This commit is contained in:
parent
353e958755
commit
72e0af2618
@ -16,11 +16,13 @@
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: all .15s ease;
|
transition: all .15s ease;
|
||||||
|
pointer-events: none;
|
||||||
|
|
||||||
&.modal--open {
|
&.modal--open {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
transform: translate(-50%, -50%) scale(1, 1);
|
transform: translate(-50%, -50%) scale(1, 1);
|
||||||
|
pointer-events: all;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user