maximize z-index of hints
This commit is contained in:
parent
44aa90184f
commit
1a6d13840e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
z-index: 100000;
|
z-index: 2147483647;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue