bilca commited on
Commit
26e01c4
·
verified ·
1 Parent(s): 8441afc

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +8 -0
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 */