회로 및 가대설정 팝업 자동 설정 체크 영역 height 추가

This commit is contained in:
김창수 2025-01-10 13:41:12 +09:00
parent b35cede670
commit 9cc350da36

View File

@ -1522,6 +1522,7 @@ $alert-color: #101010;
&.overflow{ &.overflow{
overflow-y: auto; overflow-y: auto;
max-height: 100px; max-height: 100px;
min-height: 60px;
&::-webkit-scrollbar { &::-webkit-scrollbar {
width: 4px; width: 4px;
background-color: transparent; background-color: transparent;