Fixed missing z-index for the mouse move tag

This commit is contained in:
WolverinDEV 2018-11-04 15:13:29 +01:00
parent f630e9858e
commit 18bfd8f7ec

View file

@ -320,6 +320,7 @@ footer .container {
#mouse-move { #mouse-move {
display: none; display: none;
position: absolute; position: absolute;
z-index: 10000;
.container { .container {
position: relative; position: relative;