Remove scrollbar.

This commit is contained in:
2026-05-24 02:49:57 +00:00
parent 36fc2a77d9
commit 487e410a8f
+7
View File
@@ -33,6 +33,7 @@ html, body {
color: var(--text-primary);
min-height: 100vh;
overflow-x: hidden;
overflow-y: auto;
-webkit-font-smoothing: antialiased;
text-align: justify;
hyphens: auto;
@@ -40,6 +41,12 @@ html, body {
-ms-hyphens: auto;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
width: 0;
height: 0;
}
html:not(.pointer-visible),
html:not(.pointer-visible) * {
cursor: none !important;