Skip to content

Commit 4952e77

Browse files
authored
Merge pull request #12 from Allentro/fix-cropping
Updated page spawn to top and enabled overflow (scrolling)
2 parents ca86e8f + b874747 commit 4952e77

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ body {
77
body {
88
align-items: center;
99
display: flex;
10-
justify-content: center;
10+
flex-direction: column;
11+
justify-content: flex-start;
12+
overflow-y: auto;
1113

1214
background: linear-gradient(to bottom right, #444444, #009a5b);
1315
font-size: 1.0rem;

0 commit comments

Comments
 (0)