From 54a006a420db7509a9370b915c27e6d04b17ce1a Mon Sep 17 00:00:00 2001 From: "jianyun.zhao" Date: Fri, 1 Mar 2019 10:57:27 +0800 Subject: [PATCH] [fix] Add a scroll bar to a long list of meta information --- cps/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cps/static/css/style.css b/cps/static/css/style.css index 9e2e82b3..18986f23 100644 --- a/cps/static/css/style.css +++ b/cps/static/css/style.css @@ -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; }