Skip to content

Commit 28d61cb

Browse files
committed
Change overflow-y from scroll to auto for comments on index page
1 parent b02a110 commit 28d61cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Site/public/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
.index-tags {
9292
text-align: center;
9393
max-height: 130px; /*5 lines*/
94-
overflow-y: scroll;
94+
overflow-y: auto;
9595
}
9696
}
9797

0 commit comments

Comments
 (0)