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.
This commit is contained in:
Erik Steenman 2016-05-10 13:22:09 +02:00
parent f8c186005a
commit 4b7ba02b7d
2 changed files with 2 additions and 1 deletions

View File

@ -18,3 +18,4 @@ Authors of OpenSlides in chronological order of first contribution:
René von der Haar <rene.vonderhaar@medienweite.de> (Logo design)
Jörn Bensch <bensch@triagonale.de> (Template design)
John Felipe Urrego Mejia <ingenierofelipeurrego@gmail.com> (Spanish translation)
Erik Steenman <eriksteenman@gmail.com>

View File

@ -91,7 +91,7 @@ body{
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
z-index: 100;
background-color: black;
}
.fullscreen canvas {