From 83c143eb47c44057d22f857ebe210bdd9d838ead Mon Sep 17 00:00:00 2001 From: Jared Stoffan Date: Wed, 12 Dec 2018 18:04:49 -0800 Subject: [PATCH] Fix: Show comment list scrollbars only on overflow (#314) --- src/components/CommentList/CommentList.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CommentList/CommentList.scss b/src/components/CommentList/CommentList.scss index 1fd997f58..39623b81b 100644 --- a/src/components/CommentList/CommentList.scss +++ b/src/components/CommentList/CommentList.scss @@ -3,7 +3,7 @@ .ba-comment-list { max-height: 282px; - overflow-y: scroll; + overflow-y: auto; user-select: text; width: 100%; }