Flexbox items is overlapping the wrapper. How can I change this?
Advertisements Hello I am making a cards type of component in React, I have a problem with styling this particular part as the flexbox items is overlapping the wrapper. The JSX const OtherProjects = () => { return ( <div className=’opWrapper’> <div className="containerWrapper"> <div className="item"></div> <div className="item"></div> <div className="item"></div> <div className="item"></div> <div className="item"></div> <div className="item"></div>… Read More Flexbox items is overlapping the wrapper. How can I change this?