Comment on Show HN: A singing synthesizer for the browser with automatic 3-part harmonyComments−butz1yAdd "display:block;" to canvas to fix the issue with vertical scroll appearing. Also, you might want to consider looking into vh and vw units to fill canvas to viewport without using javascript.−skykooler1yIs there a reason to avoid using javascript for canvas layout considering you need javascript to draw on the canvas in the first place?−zebprojOP1yThanks, I'll look into it
Comments
Add "display:block;" to canvas to fix the issue with vertical scroll appearing. Also, you might want to consider looking into vh and vw units to fill canvas to viewport without using javascript.
Is there a reason to avoid using javascript for canvas layout considering you need javascript to draw on the canvas in the first place?
Thanks, I'll look into it