summaryrefslogtreecommitdiffstats
path: root/css/comments.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/comments.scss')
-rw-r--r--css/comments.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/css/comments.scss b/css/comments.scss
index 6eb17f265..4cc5ce955 100644
--- a/css/comments.scss
+++ b/css/comments.scss
@@ -77,6 +77,14 @@
color: grey;
}
+/* Internal wrappers used by the virtual list. */
+#commentsTabView .comments .wrapper-background,
+#commentsTabView .comments .wrapper {
+ position: absolute;
+ left: 0;
+ right: 0;
+}
+
#commentsTabView .comment {
position: relative;
margin-bottom: 30px;