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;
|
||||
position: absolute;
|
||||
text-transform: uppercase;
|
||||
z-index: 100000;
|
||||
z-index: 2147483647;
|
||||
font-size: 12px;
|
||||
color: black;
|
||||
}
|
||||
|
|
Reference in a new issue