OWL ITS + 탐지시스템(인터넷 진흥원)
wyu
2021-12-28 9b691ed50e1a5a57fc9de5749f4b8d45261db20d
프로젝트 생성 시 기간 팝업창 표시  오류 수정

API 설정 시 스크롤 없는 문제 수정
1개 파일 변경됨
11 ■■■■■ 파일 변경됨
src/main/webapp/assets/styles/main.css 11 ●●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/assets/styles/main.css
@@ -5223,9 +5223,14 @@
        height: 150px
    }
}*/
body.modal-open {
    overflow: hidden;
    position:fixed;
    width: 100%;
}
.modal-open {
    overflow: hidden;
    overflow: auto;
}
.modal {
@@ -30598,6 +30603,4 @@
.tree,
.tree ul {
    list-style:none;
}
}