From fa50c2e90ac2456a2e1abd9ba1e69095741eb99e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Mon, 17 Oct 2016 16:41:01 +0800 Subject: [PATCH] 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 {