Under construction page - Scroll problem

Hi!

I can’t scroll on my under construction page made with the under construction plugin.
When i try to scroll, in every browsers and devices, the viewport is limited…What can i do?

The website is www.altisensi.it
Thank you!

Hi There,

Thanks for writing in!

The under-construction plugin adds this below CSS which is causing the issue.

Please add this below CSS to your Theme option -> CSS or the page CSS which is set as under construction page.

html, body {
    overflow: auto !important;
    height: auto !important;
}

Hope this helps!

Thanks so much! I did not think about it. Have a nice day

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.