mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-12 21:21:42 +08:00
Fixed file-input example; fixed styling
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user