Please be aware that the reason why this page is constantly expanding is due to a conflict between my script for auto-sizing and the next.js site’s CSS.

.min-h-screen {
min-height: 100vh;
}

Please either remove or change the value to 100px, vh is causing an issue with the script to automatically resize itself.