aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-12-02 22:07:46 -0600
committerChristian Cleberg <[email protected]>2025-12-02 22:07:46 -0600
commit85e3cda37eb01d514e52d06e18f05d3513b1fbf0 (patch)
tree831f97d425b723fefb08a9136fefe18c8dc37581 /theme
parentb3a6db3127a5a72998764de62c1498508eef5da3 (diff)
downloadcleberg.net-85e3cda37eb01d514e52d06e18f05d3513b1fbf0.tar.gz
cleberg.net-85e3cda37eb01d514e52d06e18f05d3513b1fbf0.tar.bz2
cleberg.net-85e3cda37eb01d514e52d06e18f05d3513b1fbf0.zip
fix: enable overflow scroll to prevent <pre> tags breaking pages
Diffstat (limited to 'theme')
-rw-r--r--theme/static/styles.css1
1 files changed, 1 insertions, 0 deletions
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;
}