Nav Element wants to overflow body for some reason
Working in React, I have a "Home" Component, that is a sibling to the "Navigation" component, both getting returned in App().
The "Navigation" element wants to overflow the body for some reason.
I'm not returning the <body> from any component. The entire App() return is being fed into<body> in the html, but my Navigation component is still overflowing <body> whenever I try to make it 100% wide.