From e287e4878159c8bb47c1365be3068e75328fc4a4 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Thu, 2 Nov 2023 14:36:09 -0400 Subject: [PATCH] Smol style tweak --- assets/css/elements.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/css/elements.css b/assets/css/elements.css index 44939f8..60703ff 100644 --- a/assets/css/elements.css +++ b/assets/css/elements.css @@ -37,6 +37,8 @@ body { width: 95vmin; margin: 0 auto; font-family: 'w95fa', sans-serif; + /* Always show scroll bar otherwise content shifts about */ + overflow: scroll; } code {