From 7961e608eeda205f1e0fb400a121f250d739c73a Mon Sep 17 00:00:00 2001 From: swaggboi Date: Thu, 9 Nov 2023 13:15:07 -0500 Subject: [PATCH] scrollbar tweak --- assets/css/elements.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/elements.css b/assets/css/elements.css index 60703ff..41966d2 100644 --- a/assets/css/elements.css +++ b/assets/css/elements.css @@ -38,7 +38,7 @@ body { margin: 0 auto; font-family: 'w95fa', sans-serif; /* Always show scroll bar otherwise content shifts about */ - overflow: scroll; + overflow-y: scroll; } code {