Skip to content

Commit 25cae6c

Browse files
author
Eaglenait
committed
fix scrolling that cut off the canvas
1 parent d09f706 commit 25cae6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/components/canvas.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
.canvas-container {
88
flex: 1;
99
display: flex;
10-
justify-content: center;
11-
align-items: center;
1210
background: #1a1a1a;
1311
padding: 20px;
1412
overflow: auto;
1513
width: 100%;
1614
height: 100%;
1715
box-sizing: border-box;
16+
justify-content: left;
17+
align-items: start;
1818
}
1919

2020
.canvas {

0 commit comments

Comments
 (0)