Skip to content

Commit 1ed9923

Browse files
authored
Merge pull request #20297 from calixteman/bug1990099
[Editor] Don't add scrollbars when it's useless in the comment sidebar (bug 1990099)
2 parents f5b5b68 + 3f1dbbc commit 1ed9923

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/comment_manager.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
}
324324

325325
#editorCommentsSidebarListContainer {
326-
overflow: scroll;
326+
overflow: auto;
327327
width: 100%;
328328

329329
#editorCommentsSidebarList {

0 commit comments

Comments
 (0)