From e690b4b107fe24bab7495be13c4f776046956a15 Mon Sep 17 00:00:00 2001 From: Miluoshi Date: Wed, 23 May 2018 11:46:32 +0200 Subject: [PATCH] Set background-color to white on modal's iframe --- src/styles/modal.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/modal.styl b/src/styles/modal.styl index fe8824e..8541b6e 100644 --- a/src/styles/modal.styl +++ b/src/styles/modal.styl @@ -31,6 +31,7 @@ #iframe width 768px height 100% + background-color white @media (max-width tablet) width 100%