aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/stylesheets/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/stylesheets/style.css b/static/stylesheets/style.css
index aae09e9..a4a8093 100644
--- a/static/stylesheets/style.css
+++ b/static/stylesheets/style.css
@@ -82,6 +82,9 @@ a {
/* highlighted code */
.chroma {
background: none;
+}
+
+div.chroma {
overflow: scroll;
}