From cb8640195ebd8b0f8c3903ae6a831a7bc66966a1 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Fri, 2 Oct 2015 08:52:11 +0200 Subject: [PATCH] Avoid thin grey lines around the iframe when using fullscreen on high-res devices. --- styles/h5p.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles/h5p.css b/styles/h5p.css index 8d8e9a0..2ccef8e 100644 --- a/styles/h5p.css +++ b/styles/h5p.css @@ -49,6 +49,9 @@ html.h5p-iframe .h5p-semi-fullscreen .h5p-content { position: relative; z-index: 1; } +.h5p-iframe-wrapper.h5p-fullscreen { + background-color: #000; +} body.h5p-semi-fullscreen { position: fixed; width: 100%;