We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afd807 commit 15a0ff6Copy full SHA for 15a0ff6
app/src/components/main/CanvasContainer.tsx
@@ -4,7 +4,7 @@ import Canvas from './Canvas';
4
// The CanvasContainer sets the boundaries on the width/height of the canvas
5
function CanvasContainer() {
6
const canvasContainerStyle = {
7
- height: '100%',
+ height: '950px',
8
width: '100%',
9
backgroundColor: 'lightgrey',
10
border: '2px Solid grey',
0 commit comments