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 {
|
||||
display: none;
|
||||
position: absolute;
|
||||
z-index: 10000;
|
||||
|
||||
.container {
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Reference in a new issue