fix vertical scrollbar in webkit based browsers

This commit is contained in:
Sebastian Sdorra
2011-12-23 10:30:16 +01:00
parent d199c9a69b
commit 8eafbce3f4

View File

@@ -39,7 +39,10 @@
width: 100% !important;
margin: 1em 0 1em 0 !important;
position: relative !important;
overflow: auto !important;
/** fix vertical scollbar in webkit browsers **/
overflow-x: auto !important;
overflow-y: hidden !important;
font-size: 1em !important; }
.syntaxhighlighter.source {
overflow: hidden !important; }