force the iframe's background to white

Closes #2
This commit is contained in:
Ell 2022-03-23 11:56:49 +01:00
parent c7d6ee8702
commit 88a38de4a2

View file

@ -7,6 +7,8 @@
width: 100%;
height: 100%;
border: none;
background-color: white;
background-clip: content-box;
}
.custom-frames-add {