Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -9,7 +9,7 @@ body {
|
|
9 |
background: linear-gradient(to bottom, #0f0f0f, #131313);
|
10 |
font-family: 'Arial', sans-serif;
|
11 |
color: white;
|
12 |
-
overflow:
|
13 |
}
|
14 |
|
15 |
.game-container {
|
|
|
9 |
background: linear-gradient(to bottom, #0f0f0f, #131313);
|
10 |
font-family: 'Arial', sans-serif;
|
11 |
color: white;
|
12 |
+
overflow: auto;
|
13 |
}
|
14 |
|
15 |
.game-container {
|