fix content height is incorrect sometimes
This commit is contained in:
parent
e28e7c5fde
commit
97b00fc32e
|
@ -11,6 +11,10 @@
|
||||||
|
|
||||||
$(window, '.wrapper').resize(function () {
|
$(window, '.wrapper').resize(function () {
|
||||||
fixContentWrapperHeight();
|
fixContentWrapperHeight();
|
||||||
|
|
||||||
|
setInterval(function(){
|
||||||
|
fixContentWrapperHeight();
|
||||||
|
}, 1);
|
||||||
});
|
});
|
||||||
|
|
||||||
fixContentWrapperHeight();
|
fixContentWrapperHeight();
|
||||||
|
|
Reference in a new issue