Merge pull request #71 from woocommerce/issue-63-3dsecure-layer-above-woocommerce-loading-layer

force the 3d secure layer above the woocommerce loading layer
This commit is contained in:
Emili Castells 2020-11-02 10:45:29 +01:00 committed by GitHub
commit 2bc964dde4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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