After testing my website in various browsers, I discovered that while it looks fine on most platforms, there is a persistent issue on Android devices.
The problem occurs when the user scrolls down around 30% of the page - a white overlay appears and extends to the end of the content. This glitch is consistent across different Android browsers such as Chrome and the stock browser app, as confirmed through BrowserStack.
You can view the website here.
I have attached screenshots displaying the bug: screenshot 1, screenshot 2.
To further demonstrate the issue, I created a video showcasing the bug: https://youtu.be/UbXp7o-v64Y.
Despite attempting various troubleshooting steps like removing overflow-x, adjusting z-index values, disabling scripts, and commenting out sections in the HTML code, the problem persists. I suspect the root cause lies in the style.css file, as removing the stylesheet eliminates the bug.
Unfortunately, I lack access to debugging tools on Android devices. Any suggestions on how to pinpoint and address this issue would be greatly appreciated.