Skip to content

Commit

Permalink
Add scroll visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
maloun96 committed Jan 4, 2021
1 parent 9ad5f91 commit fc8fb5f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@

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

.dot {
Expand Down

0 comments on commit fc8fb5f

Please sign in to comment.