Skip to content

Commit 3f1dbbc

Browse files
committed
[Editor] Don't add scrollbars when it's useless in the comment sidebar (bug 1990099)
1 parent f5b5b68 commit 3f1dbbc

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)