mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 06:36:11 +03:00
add box-sizing property to the navigator display region
This commit is contained in:
parent
d80b6ad4ce
commit
f3a76a267c
@ -184,6 +184,7 @@ $.Navigator = function( options ){
|
|||||||
style.styleFloat = 'left'; //IE
|
style.styleFloat = 'left'; //IE
|
||||||
style.zIndex = 999999999;
|
style.zIndex = 999999999;
|
||||||
style.cursor = 'default';
|
style.cursor = 'default';
|
||||||
|
style.boxSizing = 'content-box';
|
||||||
}( this.displayRegion.style, this.borderWidth ));
|
}( this.displayRegion.style, this.borderWidth ));
|
||||||
$.setElementPointerEventsNone( this.displayRegion );
|
$.setElementPointerEventsNone( this.displayRegion );
|
||||||
$.setElementTouchActionNone( this.displayRegion );
|
$.setElementTouchActionNone( this.displayRegion );
|
||||||
|
Loading…
Reference in New Issue
Block a user