Preview of page scrolls but live will not

When I preview the page it will scroll but when it is published and I view it live there is not a scroll. I have tried to adjust settings but nothing is working. Thank you.

Hello @GeorgiaG,

The following custom CSS is the root cause of this issue:

html, body {
    overflow: hidden !important;
    height: 100% !important;
    background: none;
}

Please try to remove the overflow and height property from that custom CSS.

Hope this helps.

I had not added that and had trouble finding it in the browser but did finally and it was part of Integrity. I had been trying to use your plugin for Coming Soon. As soon as I removed that the page behaved as expected and one is able to scroll. Perhaps you can remove that from your core. Thank you for helping me unravel the mystery.

Hi Georgia,

Glad it’s sorted now.

Our Under Construction Plugin is meant to be a simple and quick way to keep your visitors from seeing your site’s content while it’s not ready yet. Part of it is being non-scrollable.

As for removing that code from the core, I would just add that as a feature request and there’s guarantee it will be done as our developers will need to evaluate every feature request.

Cheers.

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