feat: mobile chat overscroll-behavior none

This commit is contained in:
Mokou 2023-05-07 18:33:40 +08:00
parent bc523d302b
commit 6d62ab4257

View File

@ -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 {