diff options
Diffstat (limited to 'src/scripts/hints.js')
-rw-r--r-- | src/scripts/hints.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/hints.js b/src/scripts/hints.js index 1f887ec..d4b3d05 100644 --- a/src/scripts/hints.js +++ b/src/scripts/hints.js @@ -229,7 +229,7 @@ var hints = Object.freeze((function(){ hDiv.style.position = "fixed"; hDiv.style.top = "0"; hDiv.style.left = "0"; - hDiv.style.zIndex = "225000"; + hDiv.style.zIndex = "2147483647"; hDiv.appendChild(fragment); if (doc.body) { doc.body.appendChild(hDiv); |