.modal-container::-webkit-scrollbar {
width: 9px; / 스크롤바의 너비 /
}
.modal-container::-webkit-scrollbar-thumb {
height: 30%; / 스크롤바의 길이 /
background: #5cabb0; / 스크롤바의 색상 /
border-radius: 50px;
}
.modal-container::-webkit-scrollbar-track {
background: rgba(33, 244, 195, 0.1); /스크롤바 뒷 배경 색상/
border-radius: 50px; /스크롤바 뒷 보더 레디우스/
box-shadow: inset 0px 0px 5px white;
}