Skip to content

Commit

Permalink
Merge pull request #159 from SakhirAtwi/master
Browse files Browse the repository at this point in the history
Fix the section1 vertical overflow issue in example videoBackground.
  • Loading branch information
alvarotrigo authored Aug 7, 2018
2 parents fc2cabb + 9c83c17 commit 4f3de9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/videoBackground.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
color: #fff;
}

#section1{
overflow: hidden;
}


</style>
</head>
Expand Down

0 comments on commit 4f3de9c

Please sign in to comment.