From 4299f6e4fca8938b156b6c8aae3e62d4c5992a78 Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Wed, 2 Jun 2021 18:26:06 +0100 Subject: [PATCH] Added workaround explanation. --- files/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/main.css b/files/main.css index 0b4d09ae3c..64d2d50151 100644 --- a/files/main.css +++ b/files/main.css @@ -386,7 +386,7 @@ iframe { } iframe#viewer { - display: none; + display: none; /* Workaround: The iframe has white background in Chrome for some reason */ } #viewer { -- GitLab