mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-04 06:13:31 +03:00
Navigator cursor fix
This commit is contained in:
parent
1e9ea154f2
commit
1cac9fa533
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ $.Navigator = function( options ){
|
|||
style.cssFloat = 'left'; //Firefox
|
||||
style.styleFloat = 'left'; //IE
|
||||
style.zIndex = 999999999;
|
||||
style.cursor = 'pointer';
|
||||
style.cursor = 'default';
|
||||
}( this.displayRegion.style, this.borderWidth ));
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue