diff --git a/scm-webapp/src/main/webapp/resources/syntaxhighlighter/styles/shCoreNetbeans.css b/scm-webapp/src/main/webapp/resources/syntaxhighlighter/styles/shCoreNetbeans.css index 04ef66acc5..6c892449b3 100644 --- a/scm-webapp/src/main/webapp/resources/syntaxhighlighter/styles/shCoreNetbeans.css +++ b/scm-webapp/src/main/webapp/resources/syntaxhighlighter/styles/shCoreNetbeans.css @@ -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; }