Commit 06c13018 by Lee Munkyeong

CSS修正

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