Update metro.js
This commit is contained in:
parent
edb63d99fa
commit
1799bfea53
@ -865,7 +865,7 @@ function touch2Mouse(e)
|
||||
_window
|
||||
.css("position", "fixed")
|
||||
.css("z-index", parseInt(_overlay.css('z-index'))+1)
|
||||
.css("top", ($(window).height() - METRO_DIALOG.outerHeight()) / 2 )
|
||||
.css("top", (($(window).height() - METRO_DIALOG.outerHeight()) / 2 + 20))
|
||||
.css("left", ($(window).width() - _window.outerWidth()) / 2)
|
||||
;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user