Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -3,6 +3,7 @@ body {
|
|
3 |
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
|
4 |
background:whitesmoke;
|
5 |
height:1000px;
|
|
|
6 |
}
|
7 |
|
8 |
h1 {
|
|
|
3 |
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
|
4 |
background:whitesmoke;
|
5 |
height:1000px;
|
6 |
+
overflow-y:auto;
|
7 |
}
|
8 |
|
9 |
h1 {
|