Answer the question
In order to leave comments, you need to log in
Why is the height too high?
Good afternoon.
The problem is here .
For some reason there is a vertical scroll bar.
Removed Padding and Margin from body and canvas.
21 строка в файле main.js canvas.width = 10000;
22 строка в файле main.js canvas.height = 10000;
27 строка в файле main.js width = canvas.width = document.documentElement.clientWidth,
28 строка в файле main.js height = canvas.height = document.documentElement.clientHeight;
Answer the question
In order to leave comments, you need to log in
Because the canvas is inline by default, make it blocky - everything will pass
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question