From 3140a72fd7f90f49e2bb8745cebf7ffaa8dfe15d Mon Sep 17 00:00:00 2001 From: Junxi Song Date: Fri, 18 Sep 2020 10:43:28 -0400 Subject: [PATCH] Fixed the problem of fixed comments. --- app/javascript/styles/closed-social/timeline_comments.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/styles/closed-social/timeline_comments.scss b/app/javascript/styles/closed-social/timeline_comments.scss index 0a7c2271ed..d9eda110ab 100644 --- a/app/javascript/styles/closed-social/timeline_comments.scss +++ b/app/javascript/styles/closed-social/timeline_comments.scss @@ -9,7 +9,7 @@ transform-origin: 100% 0%; margin-bottom: -32px; margin-right:8px; - position: absolute; + position: relative; z-index:9; &:hover { max-height: 60vh;