Update metro.js

master
hl 6 years ago
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…
Cancel
Save