Skip to content

Commit

Permalink
Prevent overflow vertically
Browse files Browse the repository at this point in the history
  • Loading branch information
stories2 committed Oct 18, 2021
1 parent 6ed4bea commit bcb38b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CubismWebSamples/Samples/TypeScript/Demo/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
margin: 0;
overflow: hidden;
touch-action: manipulation;
height: 100vh;
max-height: 100vh;
}

video#cam {
Expand Down
2 changes: 2 additions & 0 deletions Demo/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
margin: 0;
overflow: hidden;
touch-action: manipulation;
height: 100vh;
max-height: 100vh;
}

video#cam {
Expand Down

0 comments on commit bcb38b4

Please sign in to comment.