Enable scrolling body when the overlay is on
-
Hey,
Maybe somebody know how to enable scrolling of the main website underneath the overlay.
I have a transparent overlay with text only and enabled scrolling option in page setup, however I cannot scroll the main website when mouse is on the overlay text or on the same height as text.
Is there any chance to enable scrolling on 100%?
-
however I cannot scroll the main website when mouse is on the overlay text or on the same height as text.
so scrolling the website works if your mouse is on the website instead of on the overlay right?
do u have a link
-
-
.lay-show-overlay{ pointer-events: none!important; } .lay-show-overlay a{ pointer-events: auto!important; }
use this css!
i think the issue with your overlay is it spans the whole width of your page, you cant see it though cause the text inside of the overlay is 50% witdth and the overlay doesn't have a background color
also the overlay has a pretty big 20% frame bottom which further takes up more space where we cant scroll the actual page
the setting that enables scrolling of the actual page only works when the mouse is not on top of the overlay. this is how the browser itself works i think!
and the overlay in your case takes up a lot of space.
even though the space of the text is smaller.
so instead of using the css you could also set the overlay width to 50%.
and inside of the overlay page in its gridder, resize the text box to 100% width. and set frame bottom to 0.
but using the css above fixes the whole issue
anyways sorry for the really late response, this post somehow got lost :O
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it