I’ve created a canvas with a sprite in it
<Canvas className="absolute w-screen h-screen" ref={canvas}>
<LandbaseSprite positionX={-10} texture={landbaseSprite} />
<OrbitControls/>
</Canvas>
I would like the canvas to cover the width and height of the screen but it seems to crop the height
Please advise