Skip to content

Commit

Permalink
Fix: Show comment list scrollbars only on overflow (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoffan authored Dec 13, 2018
1 parent 720802f commit 83c143e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CommentList/CommentList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.ba-comment-list {
max-height: 282px;
overflow-y: scroll;
overflow-y: auto;
user-select: text;
width: 100%;
}
Expand Down

0 comments on commit 83c143e

Please sign in to comment.