From e70c36b1ff6487d36289a93b533feaf2d873432a Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 화, 28 12월 2021 09:56:03 +0900
Subject: [PATCH] 프로젝트 생성 시 기간 팝업창 표시  오류 수정

---
 src/main/webapp/assets/styles/main.css |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css
index b16f97f..f05493f 100644
--- a/src/main/webapp/assets/styles/main.css
+++ b/src/main/webapp/assets/styles/main.css
@@ -5346,9 +5346,6 @@
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
     padding: 1rem;
-    overflow-y: auto;
-    overflow-x: hidden;
-    max-height: 800px;
 }
 
 .modal-footer {

--
Gitblit v1.8.0