diff --git a/static/js/global_js.js b/static/js/global_js.js index 748fbc9..86159de 100644 --- a/static/js/global_js.js +++ b/static/js/global_js.js @@ -11,6 +11,9 @@ window.onload = function (){ middleWareJS() openOrCloseCurtainSupportChat() openOverlayOrClose() + let height = window.innerHeight + document.querySelector('body').style.maxHeight = height + 'px' + document.querySelector('body').style.height = height + 'px' if (window.location.href.includes('profile') && !window.location.href.includes('login') && !window.location.href.includes('registration')){ let user_type = getInfoAboutUser() if (user_type === 'mobile') {