From 1799bfea5311c2a670b4cce4711bc8fa1037193c Mon Sep 17 00:00:00 2001 From: hl Date: Mon, 12 Nov 2018 22:51:16 +0800 Subject: [PATCH] Update metro.js --- widgets/metro/js/metro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/metro/js/metro.js b/widgets/metro/js/metro.js index c7c6ef5..102f1ad 100644 --- a/widgets/metro/js/metro.js +++ b/widgets/metro/js/metro.js @@ -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) ;