Hey, I have a section which has like an infinite-scroll effect, however, even with overflow off, you have this huge horizontal scroll where the next panel is coming in from.
TYA
Hey, I have a section which has like an infinite-scroll effect, however, even with overflow off, you have this huge horizontal scroll where the next panel is coming in from.
TYA
I am far from knowledgeable in HTML etc, could you explain this in a more detailed matter
TYA
Open the dashboard of your project and navigate to the Custom Code tab. Add the following code in the Head Code:
<style>
html, body {
overflow-x: hidden;
}
</style>
Then save your changes and publish the website.