force the 3d secure layer above the woocommerce loading layer

This commit is contained in:
David Remer 2020-10-16 13:44:11 +03:00
parent 9dc95c0e28
commit 69fd00f866

View file

@ -3,3 +3,7 @@
max-height: 25px;
display: inline-block;
}
.payments-sdk-contingency-handler {
z-index: 1000 !important;
}