From 8968d6c2b76c4e1117169363900147f7d5d282fc Mon Sep 17 00:00:00 2001 From: vHawk <48140945+vHawk@users.noreply.github.com> Date: Mon, 11 Jul 2022 08:41:32 +0300 Subject: [PATCH] Fix canvas size --- src/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/index.html b/src/index.html index 0fd00f8..8a1bd33 100644 --- a/src/index.html +++ b/src/index.html @@ -10,6 +10,11 @@ overflow: hidden; } + canvas { + width: 100%; + height: 100%; + } + #info { position: absolute; top: 0;