1
0
mirror of https://github.com/openseadragon/openseadragon.git synced 2025-03-02 21:53:15 +03:00

Trying to remove the selector element

This commit is contained in:
houseofyin 2013-06-01 14:11:56 -04:00
parent 6385b0a296
commit e36f7ed414

@ -236,6 +236,7 @@ $.Viewer = function( options ) {
style.position = "absolute"; style.position = "absolute";
style.top = "0px"; style.top = "0px";
style.left = "0px"; style.left = "0px";
style.resize = "none";
}( this.keyboardCommandArea.style )); }( this.keyboardCommandArea.style ));
this.container.insertBefore( this.canvas, this.container.firstChild ); this.container.insertBefore( this.canvas, this.container.firstChild );