Fix canvas size
This commit is contained in:
parent
9ecb9f55aa
commit
8968d6c2b7
1 changed files with 5 additions and 0 deletions
|
|
@ -10,6 +10,11 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
canvas {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#info {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue