Remove Scrollbars from syntaxhighlighter
It's easy to remove the scrollbars that's generated by the syntax highlighter plugin go to the CSS file you using provided in the plugin for example" shCoreDefault.css" or the cutom css theme file you're using. and find class .syntaxhighlighter and comment or remove overflow: auto !important; that's it the scrollbar's that's created by the plugin is gone and you'll get the default scroll bars of the browser window Comment the lines shown above