feat: 优化处理了滚动条的问题
This commit is contained in:
@@ -50,12 +50,6 @@ const sendReply = (text) => {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
padding-bottom: 12px;
|
||||
box-sizing: border-box;
|
||||
|
||||
/* 隐藏滚动条 */
|
||||
scrollbar-width: none;
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.more-tips-item {
|
||||
|
||||
Reference in New Issue
Block a user