🐛 Fix many issues relted to comments on viewer.

This commit is contained in:
Andrey Antukh 2020-11-23 15:06:49 +01:00 committed by Alonso Torres
parent 013c866137
commit 061fdcd5bd
5 changed files with 33 additions and 27 deletions

View file

@ -45,6 +45,7 @@
.comments {
max-height: 320px;
min-height: 105px;
overflow-y: auto;
}