In the bbPress forums stylesheet (in the custom theme for bbPress.org, not the default theme), you have this:
.post {
overflow: hidden;
}
Can I request that you change the value to auto, to make it heaps easier to read users' code postings (as they frequently overflow)?
.post {
overflow: auto;
}