🐛 Fix scroll in comment section

This commit is contained in:
Eva 2022-03-22 09:36:19 +01:00
parent 14ed83fb31
commit e95d940b5d
2 changed files with 4 additions and 0 deletions

View file

@ -242,6 +242,8 @@
pointer-events: auto;
.thread-groups {
height: 100%;
overflow-y: scroll;
hr {
border: 0;
height: 1px;