Skip to content

Commit

Permalink
allow scroll on main
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarcosfer committed Feb 4, 2022
1 parent 22bf4a7 commit 15a97df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/demos/onsets/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ export default {
main {
height: 100vh;
width: 100vw;
overflow: scroll;
}
#middle-screen {
flex-grow: 1;
Expand Down

0 comments on commit 15a97df

Please sign in to comment.