mirror of
https://github.com/mayswind/AriaNg.git
synced 2026-02-09 02:49:26 +08:00
fix content height is incorrect sometimes
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
|
||||
$(window, '.wrapper').resize(function () {
|
||||
fixContentWrapperHeight();
|
||||
|
||||
setInterval(function(){
|
||||
fixContentWrapperHeight();
|
||||
}, 1);
|
||||
});
|
||||
|
||||
fixContentWrapperHeight();
|
||||
|
||||
Reference in New Issue
Block a user