Skip to content

Commit 15a0ff6

Browse files
committed
fixing canvas height to accommodate overflow
1 parent 7afd807 commit 15a0ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/components/main/CanvasContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Canvas from './Canvas';
44
// The CanvasContainer sets the boundaries on the width/height of the canvas
55
function CanvasContainer() {
66
const canvasContainerStyle = {
7-
height: '100%',
7+
height: '950px',
88
width: '100%',
99
backgroundColor: 'lightgrey',
1010
border: '2px Solid grey',

0 commit comments

Comments
 (0)