From be912c3748b39b8cdd870b8ba88c2c6cdbf492f3 Mon Sep 17 00:00:00 2001 From: yhua123 Date: Mon, 27 Jun 2016 16:58:53 +0800 Subject: [PATCH] Update dashboard.css fix #382 https://github.com/vmware/harbor/issues/382 --- static/resources/css/dashboard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/resources/css/dashboard.css b/static/resources/css/dashboard.css index aac91bac8..1fe3e142b 100644 --- a/static/resources/css/dashboard.css +++ b/static/resources/css/dashboard.css @@ -1,5 +1,5 @@ .up-section .up-table-pane { - overflow-y: scroll; + overflow-y: auto; height: 180px; margin-top: -10px; }