Skip to content

Commit

Permalink
style(demo): adjust overflow css prop
Browse files Browse the repository at this point in the history
  • Loading branch information
netil committed Oct 21, 2022
1 parent dab9e2f commit 7249c49
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions demo/tomorrow.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,16 @@
max-height: 80px;
overflow: auto;
}
.js code {

.chart_area, .js code {
overflow-y: scroll;
margin: 0 auto;
height: calc(100vh - 200px);
}

div.chart_area {
height: calc(100vh - 100px);
}
}

#title {
Expand Down

0 comments on commit 7249c49

Please sign in to comment.