Fix canvas size

This commit is contained in:
vHawk 2022-07-11 08:41:32 +03:00
parent 9ecb9f55aa
commit 8968d6c2b7

View file

@ -10,6 +10,11 @@
overflow: hidden; overflow: hidden;
} }
canvas {
width: 100%;
height: 100%;
}
#info { #info {
position: absolute; position: absolute;
top: 0; top: 0;