no more scrollbars

This commit is contained in:
Chris Wanstrath 2025-10-02 14:07:59 -07:00
parent 3f9db13192
commit d8fd1ae771

View File

@ -80,6 +80,16 @@ a:visited {
color: var(--purple);
}
/* hide scrollbars, always */
* {
scrollbar-width: none;
-ms-overflow-style: none;
}
*::-webkit-scrollbar {
display: none;
}
html,
body {
font-family: var(--font-family);