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:
commit
1ed99237a8
@ -323,7 +323,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#editorCommentsSidebarListContainer {
|
#editorCommentsSidebarListContainer {
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
#editorCommentsSidebarList {
|
#editorCommentsSidebarList {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user