summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-02-21 15:55:24 +0100
committerGravatar Tom Willemse2016-02-21 15:55:24 +0100
commitab21f0d56eff6bdfca1cfe70327ca6c87d525612 (patch)
tree68a359bb2128ffa938bec5e8932ad4de816ab99d
parentc76c46b8f1926f10ddf37b7aab8601b8047846e9 (diff)
downloadblog-ab21f0d56eff6bdfca1cfe70327ca6c87d525612.tar.gz
blog-ab21f0d56eff6bdfca1cfe70327ca6c87d525612.zip
Automatically scroll overflowing source code
-rw-r--r--themes/oni/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/oni/css/style.css b/themes/oni/css/style.css
index 1305ee5..f002d4c 100644
--- a/themes/oni/css/style.css
+++ b/themes/oni/css/style.css
@@ -84,7 +84,7 @@ ul.tags li a {
pre.src {
position: relative;
- overflow: visible;
+ overflow: auto;
}
pre.src:before {
display: none;