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.
1 parent e1e8c7a commit eaf515cCopy full SHA for eaf515c
examples/deepzoom/static/openseadragon-scalebar.js
@@ -90,6 +90,7 @@
90
this.viewer.container.appendChild(this.divElt);
91
this.divElt.style.position = "relative";
92
this.divElt.style.margin = "0";
93
+ this.divElt.style.pointerEvents = "none";
94
95
this.setMinWidth(options.minWidth || "150px");
96
0 commit comments