Skip to content

Commit

Permalink
fix: plaid iframe transparent background
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Dec 20, 2023
1 parent 52ecad4 commit e30aef2
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 e30aef2

Please sign in to comment.