From b84871a256dd02f4d7e909c738f74a98a9b69a974261b9e58a5f1dfa3c3888a4 Mon Sep 17 00:00:00 2001
From: Nicholas Johnson <nick@nicksphere.ch>
Date: Thu, 4 Aug 2022 00:00:00 +0000
Subject: Provide a scroll bar for overflowed preformatted text

---
 static/css/style.css | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/static/css/style.css b/static/css/style.css
index 7851cff..618bb5f 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -57,13 +57,12 @@ a:hover {
 
 pre {
     color: #ffffba;
-    overflow: auto;
+    overflow: scroll;
 }
 
 header pre {
     margin-bottom: 2em;
     line-height: 1.1em;
-    overflow: hidden;
 }
 
 footer p {
-- 
cgit v1.2.3