From 5b2bedc24fa9568e37fc9b0b6caa7a670ca34123 Mon Sep 17 00:00:00 2001
From: neodarz <neodarz@neodarz.net>
Date: Fri, 2 Jun 2017 14:42:10 +0200
Subject: Add auto scroll bar

---
 source/css/theme.scss | 1 +
 1 file changed, 1 insertion(+)

(limited to 'source')

diff --git a/source/css/theme.scss b/source/css/theme.scss
index f4427768..7e577143 100644
--- a/source/css/theme.scss
+++ b/source/css/theme.scss
@@ -384,6 +384,7 @@ eliminate the margins of such pre tags to avoid too much spacing.*/
 pre[class*=sourceCode] {
     margin: 0;
     border: 1px solid;
+    overflow: auto;
 }
 
 pre code {
-- 
cgit v1.2.1