SyntaxHighlighter and Chrome vertical scrollbar bug

I just noticed that with Google Chrome the code snippets of my blog posts have unnecessary vertical scrollbars. This is reported in bug #177 in the SyntaxHighlighter code.

A simple fix (already posted to the bug report) is to edit .../styles/shCore.css and after the existing overflow entry on line 60, add:

overflow-y: hidden !important;
This entry was posted in blogging. Bookmark the permalink.

One Response to SyntaxHighlighter and Chrome vertical scrollbar bug

  1. FlyingFish says:

    It’s very helpful for me, thank you.