Use white background in simple browser by default

This commit is contained in:
Matt Bierner 2021-02-08 13:58:58 -08:00
parent b06d9007ef
commit eb62ecb01e

View file

@ -93,6 +93,7 @@ iframe {
width: 100%;
height: 100%;
border: none;
background: white; /* Browsers default to a white background */
}
.iframe-focused-alert {