cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

85e3cda37eb01d514e52d06e18f05d3513b1fbf0

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-12-03T04:07:46Z

fix: enable overflow scroll to prevent <pre> tags breaking pages
 theme/static/styles.css | 1 +
 1 file changed, 1 insertion(+)

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;
 }