Commit 54a006a4 authored by jianyun.zhao's avatar jianyun.zhao

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

parent eef4787b
...@@ -103,6 +103,10 @@ input.pill:not(:checked) + label .glyphicon { ...@@ -103,6 +103,10 @@ input.pill:not(:checked) + label .glyphicon {
.tags_click, .serie_click, .language_click {margin-right: 5px;} .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; } #meta-info img { max-height: 150px; max-width: 100px; cursor: pointer; }
.padded-bottom { margin-bottom: 15px; } .padded-bottom { margin-bottom: 15px; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment