gg-blake / CS-Club-Website

https://cs-club-website-ten.vercel.app
4 stars 2 forks source link

Horizontal scrolling #5

Open leiDnedyA opened 1 year ago

leiDnedyA commented 1 year ago

Any idea as to why horizontal scrolling won't go away? I went through and applied overflow-x: hidden to a bunch of individual divs as well as all elements using the * selector but even when it's applied everywhere the page still scrolls horizontally by like 2%.

gg-blake commented 1 year ago

Hi,

Can you please attach a screenshot of the viewport with the mentioned issue? As for adjusting all elements with *, I would try to stay away from using that selector as there may be a need for other elements to utilize horizontal scrolling in the future. As for fixing this issue, I would suggest triple checking your styling. I would also note this property would affect the parent of the scrolled content, not the content itself.

-Blake M.