From 07e4e58fc1b21d39051b3c4d67122e8e54db7c3b Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 7 Feb 2026 13:43:11 -0500 Subject: [PATCH] h scrollbar for code --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index ceefaed..ae55843 100644 --- a/static/style.css +++ b/static/style.css @@ -123,6 +123,10 @@ a { text-align: left; } +pre { + overflow-x: auto; +} + .top-image { max-height: 40vh; max-width: 1000px;