fix: 修复在手机浏览器高度样式问题

This commit is contained in:
Dogtiti
2023-03-31 19:21:11 +08:00
parent eb586ba361
commit 5f7a264e52
2 changed files with 4 additions and 5 deletions

View File

@@ -218,7 +218,6 @@
flex: 1;
overflow: auto;
padding: 20px;
margin-bottom: 100px;
}
.chat-body-title {
@@ -342,9 +341,6 @@
}
.chat-input-panel {
position: absolute;
bottom: 0px;
display: flex;
width: 100%;
padding: 20px;
box-sizing: border-box;