If you aren't applying the box-sizing: border-box; property universally, having a parent div or nav component with padding or margin set to 100% width may lead to horizontal overflow.
box-sizing: border-box;
* { box-sizing: border-box; }