This commit is contained in:
SBD
2024-01-31 15:00:48 +03:00
parent 9ecf5ce073
commit dd7afc28f7

View File

@@ -39,6 +39,12 @@ window.onload = function (){
}
//
$(window).on('resize',function (){
let height = window.innerHeight
$('body')[0].style.maxHeight = height + 'px'
$('body')[0].style.height = height + 'px'
})
function middleWareJS(){
let footer = document.querySelector("footer")
let body = document.querySelector("body")