JSFiddle - React, Tailwind, and code Playground
CSS
.modal-overflow {
display: flex;
flex-direction: column;
align-items: center;
gap: 32px;
box-sizing: border-box;
width: 100%;
overflow-y: auto;
padding: 0px 0px;
overflow-x: hidden;
scrollbar-width: thin;
scrollbar-color: var(--color-green) var(--color-grey);
}