Fixed file-input example; fixed styling

This commit is contained in:
Christoph Oberhofer
2016-07-17 22:27:59 +02:00
parent cb8502da30
commit e42fc6d221
6 changed files with 68 additions and 41 deletions
+14
View File
@@ -248,4 +248,18 @@ footer {
.container {
margin: 20px auto;
padding: 10px;
max-width: 640px;
}
#interactive.viewport {
position: relative;
}
#interactive.viewport > canvas, #interactive.viewport > video {
max-width: 100%;
width: 100%;
}
canvas.drawing {
position: absolute;
}