penguin/AstroJS

Javascript framework for my blog

commit fa50c2e90ac2456a2e1abd9ba1e69095741eb99e

author斟酌 鵬兄 <tgckpg@gmail.com>
date2016-10-17T08:41:01Z
subjectRemove that freakin scrollbar!
commit fa50c2e90ac2456a2e1abd9ba1e69095741eb99e
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date:   2016-10-17T08:41:01Z

    Remove that freakin scrollbar!
---
 botanjs/src/Libraries/SyntaxHighlighter/Core/Emacs.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/botanjs/src/Libraries/SyntaxHighlighter/Core/Emacs.css b/botanjs/src/Libraries/SyntaxHighlighter/Core/Emacs.css
index 706c77a..021a086 100644
--- a/botanjs/src/Libraries/SyntaxHighlighter/Core/Emacs.css
+++ b/botanjs/src/Libraries/SyntaxHighlighter/Core/Emacs.css
@@ -56,7 +56,8 @@
   width: 100% !important;
   margin: 1em 0 1em 0 !important;
   position: relative !important;
-  overflow: auto !important;
+  overflow-x: auto !important;
+  overflow-y: hidden !important;
   font-size: 1em !important;
 }
 .syntaxhighlighter.source {