🐛 Fix scrollbar on comment thread.

This commit is contained in:
Andrey Antukh 2020-10-22 13:11:15 +02:00 committed by Hirunatan
parent bf8e61b9bb
commit a86f198406
2 changed files with 19 additions and 12 deletions

View file

@ -57,6 +57,7 @@
.comments {
max-height: 320px;
overflow-y: auto;
}
hr {
@ -205,8 +206,8 @@
.comment-options-dropdown {
top: 0px;
right: -160px;
top: 7px;
right: 7px;
width: 150px;
border: 1px solid #B1B2B5;