diff options
author | neodarz <neodarz@neodarz.net> | 2017-06-02 14:42:10 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-06-02 14:42:10 +0200 |
commit | 5b2bedc24fa9568e37fc9b0b6caa7a670ca34123 (patch) | |
tree | cd7837e2ee036523d6559e64aad491e5b76b6c25 | |
parent | 221883de6fc3ef008b3a277d5a3edb66eb59ec0e (diff) | |
download | my_new_personal_website-5b2bedc24fa9568e37fc9b0b6caa7a670ca34123.tar.xz my_new_personal_website-5b2bedc24fa9568e37fc9b0b6caa7a670ca34123.zip |
Add auto scroll bar
-rw-r--r-- | source/css/theme.scss | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |