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

---
 src/main/webapp/assets/styles/main.css |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css
index f05493f..0d295ee 100644
--- a/src/main/webapp/assets/styles/main.css
+++ b/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;
-}
-
-
+}
\ No newline at end of file

--
Gitblit v1.8.0