aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-09-18 01:59:17 -0300
committerEuAndreh <eu@euandre.org>2020-09-18 01:59:17 -0300
commitc1b3e06594df3373d52617770c5457fa4ecee68d (patch)
treee4253decb194016bbc6e4a32ac16572df568840a
parentAdd EuAndreh suffix to all titles (diff)
downloadeuandre.org-c1b3e06594df3373d52617770c5457fa4ecee68d.tar.gz
euandre.org-c1b3e06594df3373d52617770c5457fa4ecee68d.tar.xz
styles.css: Add horizontal scrollbar on long code blocks
Diffstat (limited to '')
-rw-r--r--styles.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 092c1cd..dc90b15 100644
--- a/styles.css
+++ b/styles.css
@@ -104,6 +104,10 @@ pre.highlight {
border-bottom: 1px solid;
}
+pre {
+ overflow: auto;
+}
+
/* Code block anchors */