diff --git a/plugins/chat/assets/stylesheets/common/common.scss b/plugins/chat/assets/stylesheets/common/common.scss index f950352abe3..ba3529b856b 100644 --- a/plugins/chat/assets/stylesheets/common/common.scss +++ b/plugins/chat/assets/stylesheets/common/common.scss @@ -277,6 +277,7 @@ $float-height: 530px; .chat-messages-scroll { flex-grow: 1; overflow-y: scroll; + overscroll-behavior: contain; scrollbar-color: var(--primary-low) transparent; transition: scrollbar-color 0.2s ease-in-out; display: flex;