Skip to content

Commit

Permalink
fix: hide scrollbar for chart items (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland committed Sep 27, 2019
1 parent cecd398 commit 4d67f93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/ItemGrid/ItemGrid.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
overflow: auto;
}

.CHART .dashboard-item-content {
overflow: hidden;
}

.react-grid-item.edit .dashboard-item-content,
.react-grid-item.RESOURCES .dashboard-item-content,
.react-grid-item.TEXT .dashboard-item-content,
Expand Down

0 comments on commit 4d67f93

Please sign in to comment.