Skip to content

Commit 3ab6ce4

Browse files
authored
Merge pull request #281 from pirogramming/main
Update root.css
2 parents 6889111 + ec7261d commit 3ab6ce4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

frontend/src/root.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ body{
4343
flex-direction: column;
4444
align-items: center;
4545
justify-content: flex-start;
46-
overflow: hidden;
46+
overflow-x: hidden;
47+
overflow-y: scroll;
4748
background-color: #000000;
48-
}
49+
}

0 commit comments

Comments
 (0)