Browse Source

Merge pull request #1319 from zhongmeizhi/main

feat: mobile chat overscroll-behavior none
Yifei Zhang 2 năm trước cách đây
mục cha
commit
24cd905911
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/components/home.module.scss

+ 1 - 0
app/components/home.module.scss

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