From 85e3cda37eb01d514e52d06e18f05d3513b1fbf0 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 2 Dec 2025 22:07:46 -0600 Subject: fix: enable overflow scroll to prevent
 tags breaking pages

---
 theme/static/styles.css | 1 +
 1 file changed, 1 insertion(+)

(limited to 'theme/static/styles.css')

diff --git a/theme/static/styles.css b/theme/static/styles.css
index e077b6c..d3eda0f 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -39,6 +39,7 @@ img {
 
 pre {
     border: 1px solid black;
+    overflow: scroll;
     padding: 0.5rem;
 }
 
-- 
cgit v1.2.3