From 49e5e1a8b02d8fff88e6c42d0dcc6787960dc0be Mon Sep 17 00:00:00 2001 From: Rawley Fowler Date: Mon, 12 Dec 2022 20:42:06 -0600 Subject: [PATCH] add scrolling to pre --- static/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/index.css b/static/index.css index 5448421..13639ec 100644 --- a/static/index.css +++ b/static/index.css @@ -2,6 +2,7 @@ pre { color: #ebdbb2; background-color: #282828; padding: 2px; + overflow: scroll; } body {