From ea7b01bdd943fcee746b58ae125912d2879d1070 Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 화, 28 12월 2021 17:14:59 +0900 Subject: [PATCH] 간헐적으로 스크롤바 사라지는 문제 수정 summernote 창에서 이동시 스크롤바 hidden 변경 --- src/main/webapp/assets/styles/main.css | 33 +++++++++++++++++++++++++-------- 1 files changed, 25 insertions(+), 8 deletions(-) diff --git a/src/main/webapp/assets/styles/main.css b/src/main/webapp/assets/styles/main.css index 78474af..98f700e 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; } @@ -4855,6 +4857,11 @@ background-color: #34bfa3; } +.badge-department { + color: #fff; + background-color: #8d2b9b; +} + /*.badge-success[href]:hover, .badge-success[href]:focus { color: #fff; text-decoration: none; @@ -5218,7 +5225,7 @@ }*/ .modal-open { - overflow: auto + overflow: hidden; } .modal { @@ -19409,7 +19416,7 @@ -ms-flex-align: center; /*align-items: center;*/ padding: 15px; - border-bottom: 1px solid rgba(0, 0, 0, 0.05); + border-bottom: 1px solid rgba(0, 0, 0, 0.3); position: relative; } @@ -19473,7 +19480,7 @@ .aei-content .aei-delete { position: absolute; top: 0px; - right: -10px; + right: 12px; color: rgba(0, 0, 0, 0.7); font-size: 0.5rem; cursor: pointer; @@ -28591,6 +28598,10 @@ margin-left: 30px !important; } +.ml-3per { + margin-left: 3.3%; +} + .m-0 { margin: 0 auto !important; @@ -29048,9 +29059,10 @@ } .dot { - color: #161617; + color: #15158a; font-size: 0.9rem; font-weight: bold; + margin-bottom: -15px; } .activity-text h6.creat .dot { @@ -29709,7 +29721,7 @@ z-index: 2; overflow: hidden; margin-top: 80px; - } +} .footer-w .logo-element { text-align: center; @@ -30137,6 +30149,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, @@ -30579,6 +30598,4 @@ .tree, .tree ul { list-style:none; -} - - +} \ No newline at end of file -- Gitblit v1.8.0