Chalarangelo/30-seconds-of-css

Website horizontal scroll (CSS issue)

GCnomore opened this issue · 1 comments

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

websitecss1

Screenshot showing a gap made by horizontal scroll

websitecss2

Sorry, closing this from css repo and moving it to the web repo