CodePudding user response:
Your canvas is there, but it's not on-top. Set some additional CSS for positioning. For example:
position: fixed;
z-index: 1000;
CodePudding user response:
Your canvas is there, but it's not on-top. Set some additional CSS for positioning. For example:
position: fixed;
z-index: 1000;