Got the same issue with blogger.com and latest Firefox.
I found that it happens because of overlapping styles on class .container
, so basically you have to rename class to something like .containerSH
in SyntaxHighlighter.
See my commit: change .container -> .containerSH
Now it works ok for me.