mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-03 13:53:31 +03:00
fixed position issue
This commit is contained in:
parent
17cd6b51ce
commit
b15ba75551
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ $.Navigator = function( options ){
|
|||
this.displayRegion.className = 'displayregion';
|
||||
|
||||
(function( style, borderWidth ){
|
||||
style.position = 'relative';
|
||||
if (style.position === 'static') { style.position = 'relative'; }
|
||||
style.top = '0px';
|
||||
style.left = '0px';
|
||||
style.fontSize = '0px';
|
||||
|
|
Loading…
Add table
Reference in a new issue