From e797d2082bec36bc749b3081f8f87e02e26c6f91 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Sat, 18 Feb 2023 11:00:02 +0100 Subject: [PATCH] UX: contains overscroll in channels list (#20353) --- plugins/chat/assets/stylesheets/common/chat-index.scss | 1 + 1 file changed, 1 insertion(+) 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;