Remove that freakin scrollbar!

This commit is contained in:
斟酌 鵬兄 2016-10-17 16:41:01 +08:00
parent a4762f734a
commit fa50c2e90a

View File

@ -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 {