粒子属性调整
This commit is contained in:
+6
-1
@@ -1,9 +1,14 @@
|
||||
html, body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: clip;
|
||||
overscroll-behavior: none;
|
||||
background: #0b0b12;
|
||||
color: #e8e8f0;
|
||||
font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
|
||||
}
|
||||
body { position: fixed; inset: 0; }
|
||||
* { box-sizing: border-box; }
|
||||
#app { width: 100%; height: 100vh; }
|
||||
#app { position: fixed; inset: 0; width: auto; height: auto; overflow: clip; }
|
||||
|
||||
Reference in New Issue
Block a user