[Editor] Don't add scrollbars when it's useless in the comment sidebar (bug 1990099)

This commit is contained in:
Calixte Denizet 2025-09-24 15:38:13 +02:00
parent f5b5b6868a
commit 3f1dbbcb77

View File

@ -323,7 +323,7 @@
}
#editorCommentsSidebarListContainer {
overflow: scroll;
overflow: auto;
width: 100%;
#editorCommentsSidebarList {