diff --git a/www/js/zui3/zin.js b/www/js/zui3/zin.js index e13dba73fd..8cd7965a03 100644 --- a/www/js/zui3/zin.js +++ b/www/js/zui3/zin.js @@ -382,7 +382,11 @@ renderPartial(item, options); if(item.name === 'html' || item.name === 'body') hasUpdatePage = true; }); - if(hasUpdatePage) updatePageLayout(); + if(hasUpdatePage) + { + updatePageLayout(); + $('html').enableScroll(); + } if(!options.partial) { const newState = $.apps.updateApp(currentCode, currentAppUrl, document.title);