From 3f1dbbcb773a99d710a96369fb86b5736b2f36b9 Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Wed, 24 Sep 2025 15:38:13 +0200 Subject: [PATCH] [Editor] Don't add scrollbars when it's useless in the comment sidebar (bug 1990099) --- web/comment_manager.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/comment_manager.css b/web/comment_manager.css index 60c3cbe39..1de8962fb 100644 --- a/web/comment_manager.css +++ b/web/comment_manager.css @@ -323,7 +323,7 @@ } #editorCommentsSidebarListContainer { - overflow: scroll; + overflow: auto; width: 100%; #editorCommentsSidebarList {