I noticed this came up 1 and two years ago as well… is this problem fixed? I think it still is not scrollable when selecting a page as placeholder?
Hey @quinex,
This is by design and not a bug though a feature request has been made to let our developers know that some users want the custom page to be scrollable though most under construction pages are short.
For now, please open the styles.php file in this folder \wp-content\plugins\tco-under-construction\functions\enqueue in your WordPress install. Then, delete this block of code:
/*
// Disable browser scroll.
*/
html,
body {
overflow: hidden !important;
height: 100% !important;
background: none;
}
If the feature request to allow scrolling for the custom under construction page is approved and implemented, it will be posted in our Changelog.
You just need to update the plugin by then and the changes you made will be overwritten.
Hope that helps.
It helps, thanks.
I totally understand, normally a page like this would not need it but sometimes there are clients wishes 
A toggle to switch this of when using a page as under construction content would be nice to have though.
Hello @quinex,
Thanks for the suggestion. I have already noted it and added it to our Feature Request list so that it will be considered in future development.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.