1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-19 02:51:14 +02:00

[PM-3197] "Pay with PayPal" button moves on screen after loading (#10083)

* hide duplicate iframe

* add comment

* Moved braintree styling to plugins.scss

* Moved next to other braintree-sheet

---------

Co-authored-by: Conner Turnbull <cturnbull@bitwarden.com>
This commit is contained in:
Jordan Aasen 2024-07-15 08:47:30 -07:00 committed by GitHub
parent 974162b1a4
commit 4edbd65faf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,6 +108,13 @@
border: none;
}
// hide duplicate paypal iframe
.braintree-sheet__content--button
.braintree-sheet__button--paypal
iframe.zoid-prerender-frame.zoid-invisible {
display: none !important;
}
[data-braintree-id="upper-container"]::before {
@include themify($themes) {
background-color: themed("backgroundColor");