I'm testing this theme extensively for use on Ubercart.org, and I noticed that wide content posted in the forums (like code or pre blocks) was pushing my right side bar way off the screen. I fixed the issue by adding the following style, though I suppose you should consider if this needs to be added anywhere else:

.node .content, .comment .content {
  overflow: auto;
}

Comments

miggols99’s picture

I also get this...please fix this!

rszrama’s picture

I had to combine this fix by explicitly adding this to the CSS to keep a vertical scrollbar from appearing on book nodes:

.book-navigation {
  overflow: hidden;
}
Jeff Burnz’s picture

Assigned: Unassigned » Jeff Burnz
Priority: Minor » Normal

I'll get this fix into the next release, just need to test it out, thank-you and sorry its taken so long for some feedback.