聊天窗口滚动条隐藏

master
追风少年 2 years ago
parent 249b3c1526
commit d786ea19d2
  1. 5
      static/app/css/app.css

@ -1741,7 +1741,10 @@ fieldset[disabled] .radio-custom label {
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
overflow-y: scroll overflow-y: scroll
} }
.phone-body::-webkit-scrollbar {
width: 0;
height: 0;
}
.wechat-content { .wechat-content {
padding: 36px padding: 36px
} }

Loading…
Cancel
Save