We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5719914 commit 8c485e0Copy full SHA for 8c485e0
2 files changed
2026/style.css
@@ -14,6 +14,7 @@ html {
14
scrollbar-width: thin;
15
scrollbar-color: #4fd1d9 #0a1628;
16
font-size: 100%; /* Base font size for relative scaling */
17
+ overscroll-behavior-y: contain;
18
}
19
20
body {
@@ -32,6 +33,7 @@ body {
32
33
--text-dim: #5a8a94;
34
--bg: #0a1628;
35
cursor: none;
36
37
38
39
/* Hide system cursor across interactive elements */
style.css
0 commit comments