mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Hide ACDC footer frame via CSS to avoid empty space
It seems like this iframe (added when ACDC is enabled) can result in some empty space being shown because of some inherited `body` CSS about fonts/text. So hiding it via `display: none`, I think it will not cause any issues, because this iframe is not supposed to be visible anyway (`width`, `height` are set to `0`).
This commit is contained in:
parent
81730a15b1
commit
a866fd355b
1 changed files with 4 additions and 0 deletions
|
@ -15,3 +15,7 @@
|
|||
.ppcp-dcc-order-button {
|
||||
float: right;
|
||||
}
|
||||
|
||||
iframe[id^="hosted-fields-tokenization-frame_"] {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue