5
This commit is contained in:
@@ -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(){
|
function middleWareJS(){
|
||||||
let footer = document.querySelector("footer")
|
let footer = document.querySelector("footer")
|
||||||
let body = document.querySelector("body")
|
let body = document.querySelector("body")
|
||||||
|
|||||||
Reference in New Issue
Block a user