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 {