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 |   25 +++++++++++++++++--------
 1 files changed, 17 insertions(+), 8 deletions(-)

diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css
index 778a1ea..0d295ee 100644
--- a/src/main/webapp/assets/styles/main.css
+++ b/src/main/webapp/assets/styles/main.css
@@ -262,6 +262,8 @@
     margin-top: 0;
     margin-bottom: 1rem;
     overflow: auto;
+    white-space: pre-line;
+    word-break : break-word;
     -ms-overflow-style: scrollbar;
 }
 
@@ -5221,9 +5223,14 @@
         height: 150px
     }
 }*/
+body.modal-open {
+    overflow: hidden;
+    position:fixed;
+    width: 100%;
+}
 
 .modal-open {
-    overflow: auto
+    overflow: auto;
 }
 
 .modal {
@@ -5344,9 +5351,6 @@
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
     padding: 1rem;
-    overflow-y: auto;
-    overflow-x: hidden;
-    max-height: 800px;
 }
 
 .modal-footer {
@@ -29722,7 +29726,7 @@
     z-index: 2;
     overflow: hidden;
     margin-top: 80px;
- }
+}
 
 .footer-w .logo-element {
     text-align: center;
@@ -30150,6 +30154,13 @@
     font-size: 0.9rem;
     color: #777;
     font-weight: 800;
+}
+
+.custom-detail-label {
+    color: #777;
+    font-weight: 600;
+    position: relative;
+    top: -6px;
 }
 
 input[type="number"]::-webkit-outer-spin-button,
@@ -30592,6 +30603,4 @@
 .tree,
 .tree ul {
     list-style:none;
-}
-
-
+}
\ No newline at end of file

--
Gitblit v1.8.0