White space to the right of my html element
I have random white space to the right of my html element. I know it's showing the body bc of it's background-color. It's solved by using overflow-x: hidden on #root, but doing that prevents a sticky nav - which I need.
1 Reply
Also, this is only happening when the page width gets below ~1000px
Fixed! I had a gradient that was overflowing that i couldn't see