BethWProjects / colmar

0 stars 0 forks source link

side scroll issue #5

Open rimmesbe opened 6 years ago

rimmesbe commented 6 years ago

Be careful when using width:100%; combined with side padding/margin. This causes the element to expand beyond 100% which can cause a side scroll issue. Use dev tools and go down the element DOM looking for expanded elements and fix it to get rid of the side scroll.

https://github.com/BW007/colmar/blob/master/resources/css/style.css#L508-L510