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;
It’s very helpful for me, thank you.