From 88a38de4a28a713eb9de99d2135b5d9f94ff4edc Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 23 Mar 2022 11:56:49 +0100 Subject: [PATCH] force the iframe's background to white Closes #2 --- styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles.css b/styles.css index 37c1bc6..4b33eaf 100644 --- a/styles.css +++ b/styles.css @@ -7,6 +7,8 @@ width: 100%; height: 100%; border: none; + background-color: white; + background-clip: content-box; } .custom-frames-add {