Fixed missing z-index for the mouse move tag
This commit is contained in:
parent
f630e9858e
commit
18bfd8f7ec
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue