Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -11,6 +11,14 @@ body {
|
|
11 |
overflow: hidden;
|
12 |
}
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
canvas {
|
15 |
display: block;
|
16 |
background-color: transparent; /* Ensures gsplat blending is correct */
|
|
|
11 |
overflow: hidden;
|
12 |
}
|
13 |
|
14 |
+
html, body {
|
15 |
+
background-color: black;
|
16 |
+
margin: 0;
|
17 |
+
padding: 0;
|
18 |
+
width: 100%;
|
19 |
+
height: 100%;
|
20 |
+
}
|
21 |
+
|
22 |
canvas {
|
23 |
display: block;
|
24 |
background-color: transparent; /* Ensures gsplat blending is correct */
|