My page has a slight overflow issue going on with it. I’m unable to figure out what is causing that. On inspecting, the divs seem to be of correct length.
Here is my site Read-Only: Webflow - Booth
My page has a slight overflow issue going on with it. I’m unable to figure out what is causing that. On inspecting, the divs seem to be of correct length.
Here is my site Read-Only: Webflow - Booth
@ajayk We couldn’t reproduce the issue on our end, but you can fix it by adding the following CSS:
html, body {
overflow-x: hidden;
}