Html – Why does overflow text not work in modal box?
So, I'm trying to do a modal by doing this: <div className='transaction-modal'> <div className='transaction-forms'> Content of the box modal here </div> </div> And I did this CSS for it: .transaction-modal { background-color: rgba(61, 61, 61, 0.48); position: fixed; top: 0;…