From 722d8836a9472bbf2f9d68c8089c258feded7ed4 Mon Sep 17 00:00:00 2001 From: jacobtoppm Date: Tue, 4 May 2021 11:37:18 +0100 Subject: [PATCH] Remove explicit height from comment-list to stop overflow on short pages --- client/src/components/CommentApp/main.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/components/CommentApp/main.scss b/client/src/components/CommentApp/main.scss index e43749912e..fa77039d0f 100644 --- a/client/src/components/CommentApp/main.scss +++ b/client/src/components/CommentApp/main.scss @@ -176,7 +176,6 @@ $box-padding: 10px; } .comments-list { - height: 100vh; width: 400px; position: absolute; top: 30px;