통합검색 > 선택된 인원에 대한 chips 에 scroll x hidden 처리.

This commit is contained in:
leejinho 2020-03-25 16:18:33 +09:00
parent 3442838207
commit e1947da6ea

View File

@ -152,4 +152,5 @@
.list-chip {
max-height: 220px;
overflow-y: auto;
overflow-x: hidden;
}