Remove unnecessary scrollbars from dashboard graphs
authorColeman Watts <coleman@civicrm.org>
Wed, 10 Aug 2016 16:00:22 +0000 (12:00 -0400)
committerColeman Watts <coleman@civicrm.org>
Fri, 12 Aug 2016 03:36:25 +0000 (23:36 -0400)
css/civicrm.css

index d8066f816f96ae872840fa0e6d60a131576e854e..24d06ce55a39073e613d8d05d2d3f5ad909cbb93 100644 (file)
@@ -838,7 +838,7 @@ input.crm-form-entityref {
 }
 
 #crm-container .crm-flashchart {
-  overflow: scroll;
+  overflow: auto;
 }
 
 #crm-container td.enclosingNested {