UI
박스안에 글자가 밖으로 나올 때 안으로 넣기
jyamin
2022. 9. 22. 15:15
728x90
overflow: auto;
::-webkit-scrollbar {
display: none;
}
728x90