Spaces:
Sleeping
Sleeping
Update static/style.css
Browse files- static/style.css +2 -1
static/style.css
CHANGED
|
@@ -10,8 +10,9 @@ body {
|
|
| 10 |
display: flex;
|
| 11 |
justify-content: center;
|
| 12 |
align-items: center;
|
| 13 |
-
height: 100vh;
|
| 14 |
padding: 20px;
|
|
|
|
|
|
|
| 15 |
}
|
| 16 |
|
| 17 |
.container {
|
|
|
|
| 10 |
display: flex;
|
| 11 |
justify-content: center;
|
| 12 |
align-items: center;
|
|
|
|
| 13 |
padding: 20px;
|
| 14 |
+
min-height: 100vh;
|
| 15 |
+
overflow-y: auto;
|
| 16 |
}
|
| 17 |
|
| 18 |
.container {
|