Skip to content

Commit

Permalink
Merge pull request #33337 from tienifr/fix/32685
Browse files Browse the repository at this point in the history
Fix: Plaid iframe shows with transparent background while loading
  • Loading branch information
neil-marcellini authored Jan 15, 2024
2 parents 1167288 + e30aef2 commit 29e73ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@
caret-color: #ffffff;
}

/* Customize Plaid iframe */
[id^="plaid-link-iframe"] {
color-scheme: dark !important;
}

/* Prevent autofill from overlapping with the input label in Chrome */
div:has(input:-webkit-autofill, input[chrome-autofilled]) > label {
transform: translateY(var(--active-label-translate-y)) scale(var(--active-label-scale)) !important;
Expand Down

0 comments on commit 29e73ef

Please sign in to comment.