Skip to content

Commit

Permalink
fix: do not show vertical scrollbar for charts in dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace committed Jan 12, 2021
1 parent e47350e commit 5ae7ae7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@

.chart-slice {
height: calc(100% - 32px);
overflow: auto;
height: 100%;
}

.dot {
Expand Down

0 comments on commit 5ae7ae7

Please sign in to comment.