about summary refs log tree commit diff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/css/custom.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index f363bee..18c9c41 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -51,7 +51,7 @@ pre {
     margin: 0;
     font-size: 16px;
     font-family: 'Source Code Pro', monospace;
-    /* overflow: scroll; */
+    overflow-x: auto;
 }
 
 .tags {