diff --git a/plugins/chat/assets/stylesheets/common/chat-index.scss b/plugins/chat/assets/stylesheets/common/chat-index.scss index 1bde956b15f..1bee6e501c3 100644 --- a/plugins/chat/assets/stylesheets/common/chat-index.scss +++ b/plugins/chat/assets/stylesheets/common/chat-index.scss @@ -1,5 +1,6 @@ .channels-list { overflow-y: auto; + overscroll-behavior: contain; height: 100%; padding-bottom: env(safe-area-inset-bottom); position: relative;