From d102566eddb26a212055728ba9e1753c232092cd Mon Sep 17 00:00:00 2001 From: Max Bernstein Date: Fri, 5 Jan 2024 00:01:05 -0500 Subject: [PATCH] Remove code scrollbars unless there is overflow Looks goofy on Chrome right now because there are always scrollbars. After this change there will be scrollbars only if it's too long a line. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 24c0bdeb..bdfc3430 100644 --- a/style.css +++ b/style.css @@ -134,7 +134,7 @@ a:hover { } pre { - overflow-x: scroll; + overflow-x: auto; } code, pre,