Remove scrollbar.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user