Merge pull request #1319 from zhongmeizhi/main

feat: mobile chat overscroll-behavior none
main
Yifei Zhang 2 years ago committed by GitHub
commit 24cd905911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -335,6 +335,7 @@
padding: 20px; padding: 20px;
padding-bottom: 40px; padding-bottom: 40px;
position: relative; position: relative;
overscroll-behavior: none;
} }
.chat-body-title { .chat-body-title {

Loading…
Cancel
Save