mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 08:37:59 +01:00
Fix bug #122 - thanks robert anthony farrell
This commit is contained in:
@@ -320,6 +320,7 @@ function Hints() //{{{
|
|||||||
|
|
||||||
span.style.left = leftPos + "px";
|
span.style.left = leftPos + "px";
|
||||||
span.style.top = topPos + "px";
|
span.style.top = topPos + "px";
|
||||||
|
span.style.position = 'absolute';
|
||||||
fragment.appendChild(span);
|
fragment.appendChild(span);
|
||||||
|
|
||||||
pageHints.push([elem, text, span, null, elem.style.backgroundColor, elem.style.color, showText]);
|
pageHints.push([elem, text, span, null, elem.style.backgroundColor, elem.style.color, showText]);
|
||||||
|
|||||||
Reference in New Issue
Block a user