diff --git a/gorge.css b/gorge.css index c5250d8..44c96d3 100644 --- a/gorge.css +++ b/gorge.css @@ -826,12 +826,16 @@ div::-webkit-scrollbar-corner { } .has-help { - + } #help-tooltip { + position: fixed; color: #888; background: #000; max-width: 400px; font-size: 16pt; + z-index: 1; + left: 0%; + top: 0%; } diff --git a/gorge.html b/gorge.html index f51cb0d..c129cab 100644 --- a/gorge.html +++ b/gorge.html @@ -42,16 +42,15 @@
+
+
+
- -
-
-
Upgrades
diff --git a/gorge.js b/gorge.js index 1093e4d..ab0b17a 100644 --- a/gorge.js +++ b/gorge.js @@ -1399,7 +1399,7 @@ function helpTooltip(element, event) { fillTooltip("help", "help", text); - let xPos = tooltip.parentElement.getBoundingClientRect().x + 450; + let xPos = event.clientX + 100; // wow browsers are bad