feat: overflow hidden

This commit is contained in:
karishmas6
2024-10-18 22:29:42 +05:30
parent 002b642bbf
commit 451163a81f
3 changed files with 6 additions and 6 deletions

View File

@@ -141,8 +141,8 @@ const Canvas = ({ width, height, onCreateRef }: CanvasProps) => {
<canvas
tabIndex={0}
ref={canvasRef}
height={500}
width={900}
height={400}
width={1150}
/>
);