BUG: Unable To Scroll On Home Page in Mobile View #4777
Labels
gssoc-ext
This contribution is under GirlScript Summer of Code 2024 Extended Edition!
hacktoberfest-accepted
GSSOC Ext. is collaborated with Hacktoberfest
level1
Basic
Is there an existing issue for this?
What happened?
In mobile view, users are unable to scroll on the home page when the newsletter or poll popup is active. This issue restricts access to page content below the popup, impacting user experience.
Possible Cause
The position: fixed property applied to the .popup-nl and .popups classes may be preventing page scrolling. When the popup is displayed with position: fixed, the background content might become unscrollable.
Record
The text was updated successfully, but these errors were encountered: