Commit 5e808b38 by Lee Munkyeong

Merge branch 'features/#554_メッセージ検索するとリストの下部が見えない' into 'release_sp3'

CSS修正

See merge request !63
parents 3b660c5f 06c13018
......@@ -58,7 +58,7 @@
<!-- フィルター -->
<div id="filter" class="user_list filter d-flex flex-row none"></div>
<div class="chat_list">
<div class="chat_list" id="searchList">
<ul class="overlay_src_msg">
</ul>
</div>
......
......@@ -99,6 +99,10 @@ input[name="tab_item"] {
right: 0px;
}
#searchList {
margin-bottom: 140px;
overflow: hidden;
}
/* リスト */
.chat_list .chat_item:hover {
background: aliceblue;
......
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