Commit 45f74721 by Lee Daehyun

Merge branch 'bugFix/#428nameCardGroupScroll' into 'origin/develop_apply_design'

ネームカードグループスクロールデザイン修正

See merge request !11
parents b60a6112 5c16f5ea
......@@ -274,6 +274,7 @@
font-weight: bold;
font-size: 20px;
}
#captyaModal .modal-body,
#changeHostModal .modal-body,
#hostRequestModal .modal-body {
......
......@@ -119,6 +119,13 @@ main{ margin-top: 60px; }
height: 60px;
border-radius: 50%;
}
.profile_modal #userNameCard-scroll {
height: 200px;
overflow: auto;
padding-top: 0rem;
padding-right: 0rem;
margin-top: 1rem;
}
.profile_modal .modal-header,.profile_modal .modal-body { padding-bottom: 0; }
.profile_modal .modal-footer button { width: 33%; padding: 5px;}
.profile_modal.w_50 .modal-footer button { width: 50%; padding: 5px;}
......
......@@ -10,7 +10,7 @@
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<div class="modal-body" id="userNameCard-scroll">
{{#groupPathList}}
<li onclick="CHAT_UI.refreshAllGroupSearch({{groupId}});"><b>{{groupPath}}</b></li>
{{/groupPathList}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment