diff --git a/public/frameComponents/copyright/copyright.js b/public/frameComponents/copyright/copyright.js index 4d1a57019..10da89b09 100644 --- a/public/frameComponents/copyright/copyright.js +++ b/public/frameComponents/copyright/copyright.js @@ -20,7 +20,7 @@ const that = this window.onresize = () => { return (() => { - that.screenHeight = document.body.offsetHeight; + that.screenHeight = document.body.scrollHeight; })() } },