diff --git a/client/css/style.css b/client/css/style.css index 17f7a7b7..00cc4600 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -2026,6 +2026,14 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ padding-bottom: 7px; } +.window#chat-container { + /* + Chat has its own scrollbar, so remove the one on parent + This caused a performance issue in Chrome + */ + overflow: hidden; +} + #version-checker { display: flex; align-items: center;