From 0b3ffc28e368c00e72196ca73845194009012526 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Fri, 10 Aug 2018 10:42:18 +0200 Subject: [PATCH] =?UTF-8?q?:art:=20change=20la=20couleur=20de=20l'arri?= =?UTF-8?q?=C3=A8re=20plan=20lorsqu'une=20iframe=20est=20en=20mode=20fulls?= =?UTF-8?q?creen=20(passe=20=C3=A0=20blanc)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/components/ui/index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/components/ui/index.css b/source/components/ui/index.css index e0255607e..b8b104382 100644 --- a/source/components/ui/index.css +++ b/source/components/ui/index.css @@ -5,6 +5,9 @@ :root { --colour: rgb(41, 117, 209); } +html:fullscreen { + background-color: white; +} body { overflow-x: hidden !important;