Merge pull request #20297 from calixteman/bug1990099

[Editor] Don't add scrollbars when it's useless in the comment sidebar (bug 1990099)
This commit is contained in:
calixteman 2025-09-24 17:02:32 +02:00 committed by GitHub
commit 1ed99237a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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