Website horizontal scroll (CSS issue)
GCnomore opened this issue · 1 comments
GCnomore commented
Hello!
This is not a huge issue but I just found out that width
property on page-container
make itself exceed the parent element's width and creates horizontal scroll.
.page-container {
width: 100vw;
}
Again, not a big deal but just wanted to help make this project perfect!
Dev tool screenshot
Screenshot showing a gap made by horizontal scroll
GCnomore commented
Sorry, closing this from css repo and moving it to the web repo