弹窗拖动页面滚动bug修复

This commit is contained in:
gongfuxiang 2023-03-13 17:03:20 +08:00
parent 983dacbf37
commit babd07ea24

View File

@ -4215,6 +4215,7 @@ $(function()
{
top = win_height-20;
}
top -= $(document).scrollTop();
$popup.css({'left':left, 'top':top, 'margin': 0});
};
}).mouseup(function(event)