mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
Navigator cursor fix
This commit is contained in:
parent
1e9ea154f2
commit
1cac9fa533
@ -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…
Reference in New Issue
Block a user