Skip to content

Commit

Permalink
ensure iframe background remains transparent when host uses color-sch…
Browse files Browse the repository at this point in the history
…eme:dark

#438
  • Loading branch information
jdanyow committed Feb 11, 2021
1 parent 0b8b207 commit 607b8ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ document.head.insertAdjacentHTML(
margin-right: auto;
}
.utterances-frame {
color-scheme: light;
position: absolute;
left: 0;
right: 0;
Expand Down

0 comments on commit 607b8ac

Please sign in to comment.