Commit 2fc22401 by Takatoshi Miura

#43011_filter-tap-event_iOS12端末でメッセージ検索のユーザーフィルターのタップが反映されないバグを修正

parent 95e6d2e1
......@@ -443,6 +443,7 @@ input[name="tab_item"] {
/* ユーザーリストフィルター */
#filter .user_item .img_wrap {
position: relative;
cursor: pointer;
}
#filter .user_item .img_wrap.filter:after {
position: absolute;
......@@ -454,6 +455,7 @@ input[name="tab_item"] {
left: 5px;
background: #0070ca82;
border-radius: 50%;
cursor: pointer;
}
.user_list .user_item img {
......
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