Merge pull request #1613 from woocommerce/PCP-1950-acdc-footer

Hide ACDC footer frame via CSS to avoid empty space
This commit is contained in:
Emili Castells 2023-08-30 11:04:22 +02:00 committed by GitHub
commit 99e84d59e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,3 +15,7 @@
.ppcp-dcc-order-button {
float: right;
}
iframe[id^="hosted-fields-tokenization-frame_"] {
display: none;
}