Spaces:
Runtime error
Runtime error
css adj
Browse files- public/style.css +1 -0
public/style.css
CHANGED
|
@@ -5,6 +5,7 @@ body {
|
|
| 5 |
height: 100vh;
|
| 6 |
margin: 0;
|
| 7 |
color: #3E3E3E;
|
|
|
|
| 8 |
}
|
| 9 |
|
| 10 |
div#main-container {
|
|
|
|
| 5 |
height: 100vh;
|
| 6 |
margin: 0;
|
| 7 |
color: #3E3E3E;
|
| 8 |
+
overflow: scroll;
|
| 9 |
}
|
| 10 |
|
| 11 |
div#main-container {
|