We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8429f4 + f817455 commit 9b6eda8Copy full SHA for 9b6eda8
common/content/hints.js
@@ -304,7 +304,7 @@ const Hints = Module("hints", {
304
305
let res = util.evaluateXPath(this._hintMode.tags(), doc, null, true);
306
307
- let fragment = util.xmlToDom(xml`<div highlight="hints" style="position:fixed;top:0;left:0px;"/>`, doc);
+ let fragment = util.xmlToDom(xml`<div highlight="hints" style="position:fixed;top:0;left:0px;z-index:2147483647;"/>`, doc);
308
let pageHints = this._pageHints;
309
let start = this._pageHints.length;
310
let elem;
0 commit comments