From 4b7ba02b7d0d3f77aab24674b77b2ec9ea41d202 Mon Sep 17 00:00:00 2001 From: Erik Steenman Date: Tue, 10 May 2016 13:22:09 +0200 Subject: [PATCH] Change the z-index of `.fullscreen` to 100. Z-Index 199 places the fullscreen content just below the various projector overlays, such as messages and timers. --- AUTHORS | 1 + openslides/core/static/css/projector.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index e20b68d1d..c6b8eb564 100644 --- a/AUTHORS +++ b/AUTHORS @@ -18,3 +18,4 @@ Authors of OpenSlides in chronological order of first contribution: René von der Haar (Logo design) Jörn Bensch (Template design) John Felipe Urrego Mejia (Spanish translation) + Erik Steenman diff --git a/openslides/core/static/css/projector.css b/openslides/core/static/css/projector.css index 023bc01cd..63aed0c98 100644 --- a/openslides/core/static/css/projector.css +++ b/openslides/core/static/css/projector.css @@ -91,7 +91,7 @@ body{ left: 0; width: 100%; height: 100%; - z-index: 1000; + z-index: 100; background-color: black; } .fullscreen canvas {