After successfully creating a scene with three.js, I encountered an issue trying to use it as the background for my page. Unfortunately, I am unable to get the canvas element to move without cutting off half of my page.
I have meticulously removed all CSS code to eliminate any potential conflicts. It appears that three.js has some sort of auto styling happening inline on the canvas element, which I am struggling to override.
I have inspected the devtools, the only place where I can see the auto styling being applied
I have attempted using !important for the properties I was trying to override, as well as styling the element inline myself. Additionally, I have exhausted all options in a separate stylesheet. I even went as far as moving all of my three.js code into its own file in an attempt to try something different.