Hello,
My Under Construction page doesn’t scroll to display all of content. I read this thread link which states this is a built-in feature and what one must do to change: https://theme.co/apex/forum/t/preview-of-page-scrolls-but-live-will-not/62930/2
Since I have a Pro Child, I added the following in the style.css, though no results even after flushing cache (so I must be missing something?):
html, body {
overflow: visible !important;
height: auto !important;
}