From 1cf4c0f92419f214692bc26ab9a24d0a91bd28c0 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 10 Aug 2016 12:00:22 -0400 Subject: [PATCH] Remove unnecessary scrollbars from dashboard graphs --- css/civicrm.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/civicrm.css b/css/civicrm.css index d8066f816f..24d06ce55a 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -838,7 +838,7 @@ input.crm-form-entityref { } #crm-container .crm-flashchart { - overflow: scroll; + overflow: auto; } #crm-container td.enclosingNested { -- 2.25.1