mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-01 05:30:45 +00:00
fix: 聊天页面出现滚动溢出的问题
This commit is contained in:
parent
d1afd54ea1
commit
907dc3c088
@ -4,6 +4,7 @@
|
||||
flex: 1;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
overflow: hidden;
|
||||
.messenger-select {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
@ -507,7 +508,6 @@
|
||||
@media (max-width: 768px) {
|
||||
.page-messenger {
|
||||
.messenger-wrapper {
|
||||
overflow-x: hidden;
|
||||
.messenger-select {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user