Horizontal Scroll bar [Resolved]

A couple days ago I was able to get my site to work perfectly, but its riddled with random bugs now and its a bit frustrating. There is a persistent horizontal scroll bar, and I have gone through with a comb to set max widths, and to make sure that overflow is set to hidden, and even set up a test site to see if its even something on my site to begin with, but the test site is showing the same problems.
The test site is just two 100vh 100vw div blocks, overflow none with color backgrounds for the fun of it. The horizontal scrollbar is there too. I know I can use
body, html {
overflow-x: hidden;
}
But I am worried that this bug is messing with some of my other things.

I should’ve set it to Max 100%, not VH/VW- nevermind…


Here is my site Read-Only: Test site-
https://preview.webflow.com/preview/scrollbar-test?utm_source=scrollbar-test&preview=613802c164a4d063a84446a5fbd46879
Real site- https://preview.webflow.com/preview/hilliaryrose?utm_source=hilliaryrose&preview=f055d3e840f6c829ca4992f2c524101a

1 Like

Btw I wanted to test and I’m seeing the same problem > https://www.useloom.com/share/2570e29cb0f64c0794d48f7d43fe88a6

divs with 100VW and 100VH no max

Okey, the div is already 100% from the VW so just using VH for the height is the right way.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.