scrollbar tweak

This commit is contained in:
swaggboi 2023-11-09 13:15:07 -05:00
parent 8d78ce9307
commit 7961e608ee

View File

@ -38,7 +38,7 @@ body {
margin: 0 auto; margin: 0 auto;
font-family: 'w95fa', sans-serif; font-family: 'w95fa', sans-serif;
/* Always show scroll bar otherwise content shifts about */ /* Always show scroll bar otherwise content shifts about */
overflow: scroll; overflow-y: scroll;
} }
code { code {