mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-11-29 18:39:16 +08:00
弹窗拖动页面滚动bug修复
This commit is contained in:
parent
983dacbf37
commit
babd07ea24
@ -4215,6 +4215,7 @@ $(function()
|
||||
{
|
||||
top = win_height-20;
|
||||
}
|
||||
top -= $(document).scrollTop();
|
||||
$popup.css({'left':left, 'top':top, 'margin': 0});
|
||||
};
|
||||
}).mouseup(function(event)
|
||||
|
Loading…
Reference in New Issue
Block a user