We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6437fe5 commit f1a5fb0Copy full SHA for f1a5fb0
content_scripts/dictionary.js
@@ -63,7 +63,7 @@
63
hostDiv.className = "dictionaryDiv";
64
hostDiv.style.left = info.left -10 + "px";
65
hostDiv.style.position = "absolute";
66
- hostDiv.stye.zIndex = "1000000"
+ hostDiv.style.zIndex = "1000000"
67
hostDiv.attachShadow({mode: 'open'});
68
69
var shadow = hostDiv.shadowRoot;
0 commit comments