From c041d0712ed819bf4ea12a3c1c2a26d7063b02fb Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 화, 28 12월 2021 11:17:45 +0900 Subject: [PATCH] 대시보드 - 위험 관리 '구분', '담당부서' 컬럼 삭제 --- src/main/webapp/assets/styles/main.css | 10 ++-------- 1 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css index ac4b5ff..baf6003 100644 --- a/src/main/webapp/assets/styles/main.css +++ b/src/main/webapp/assets/styles/main.css @@ -5223,9 +5223,8 @@ height: 150px } }*/ - .modal-open { - overflow: auto + overflow: hidden; } .modal { @@ -5346,9 +5345,6 @@ -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1rem; - overflow-y: auto; - overflow-x: hidden; - max-height: 800px; } .modal-footer { @@ -30601,6 +30597,4 @@ .tree, .tree ul { list-style:none; -} - - +} \ No newline at end of file -- Gitblit v1.8.0