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:
parent
f8c186005a
commit
4b7ba02b7d
1
AUTHORS
1
AUTHORS
@ -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>
|
||||
|
@ -91,7 +91,7 @@ body{
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1000;
|
||||
z-index: 100;
|
||||
background-color: black;
|
||||
}
|
||||
.fullscreen canvas {
|
||||
|
Loading…
Reference in New Issue
Block a user