diff --git a/src/components/ItemGrid/ItemGrid.css b/src/components/ItemGrid/ItemGrid.css index dd4f6134f..ad28d6eb5 100644 --- a/src/components/ItemGrid/ItemGrid.css +++ b/src/components/ItemGrid/ItemGrid.css @@ -55,7 +55,10 @@ overflow: auto; } -.CHART .dashboard-item-content { +.CHART .dashboard-item-content, +.VISUALIZATION .dashboard-item-content, +.MAP .dashboard-item-content, +.EVENT_CHART .dashboard-item-content { overflow: hidden; } @@ -66,8 +69,3 @@ .react-grid-item.APP .dashboard-item-content { flex: 1; } - -.CHART.resizing .dashboard-item-content, -.EVENT_CHART.resizing .dashboard-item-content { - overflow: hidden; -}