mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
🚧 First implementation of button preview
This commit is contained in:
parent
fd8feafd46
commit
0ecba128fb
2 changed files with 42 additions and 10 deletions
|
@ -90,6 +90,10 @@
|
|||
padding: 24px;
|
||||
height: calc(100vh - var(--preview-height-reduction));
|
||||
top: var(--sticky-offset-top);
|
||||
|
||||
// Disable interactions with the preview.
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue