From a281197f0106c79d28c4e73def0068d1a987516a Mon Sep 17 00:00:00 2001 From: Alice Heaton <aliceh@aptivate.org> Date: Wed, 15 Jul 2015 16:39:43 +0100 Subject: [PATCH] Add scrollbar to widget when the content won't fit --- django/website/dashboard/static/dashboard/dashboard.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/django/website/dashboard/static/dashboard/dashboard.css b/django/website/dashboard/static/dashboard/dashboard.css index ef45b636..418e7da0 100644 --- a/django/website/dashboard/static/dashboard/dashboard.css +++ b/django/website/dashboard/static/dashboard/dashboard.css @@ -6,6 +6,10 @@ margin-bottom: 20px; } +.dashboard .panel-body { + overflow: auto; +} + .dashboard .widget-height-small { height: 120px; } -- GitLab