diff --git a/plugins/plugins/core/components/ChatScroller-css.js b/plugins/plugins/core/components/ChatScroller-css.js index 1bd90269..028b0a79 100644 --- a/plugins/plugins/core/components/ChatScroller-css.js +++ b/plugins/plugins/core/components/ChatScroller-css.js @@ -47,7 +47,7 @@ export const chatStyles = css` .chat-list { overflow-y: auto; overflow-x: hidden; - height: 100%; + height: 96%; box-sizing: border-box; }