[fix] Add a scroll bar to a long list of meta information

This commit is contained in:
jianyun.zhao 2019-03-01 10:57:27 +08:00
parent eef4787b79
commit 54a006a420
1 changed files with 4 additions and 0 deletions

View File

@ -103,6 +103,10 @@ input.pill:not(:checked) + label .glyphicon {
.tags_click, .serie_click, .language_click {margin-right: 5px;}
#meta-info {
height:600px;
overflow:scroll;
}
#meta-info img { max-height: 150px; max-width: 100px; cursor: pointer; }
.padded-bottom { margin-bottom: 15px; }