diff --git a/django/website/dashboard/static/dashboard/dashboard.css b/django/website/dashboard/static/dashboard/dashboard.css index ef45b636e92507ee834178077e514d2493c7d7d4..418e7da0026587cc6b8d552ce1fd03aa05c69eba 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; }