Active
Project:
Pixture
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Apr 2008 at 14:05 UTC
Updated:
6 Sep 2008 at 00:50 UTC
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
Comment #1
miggols99 commentedI also get this...please fix this!
Comment #2
rszrama commentedI had to combine this fix by explicitly adding this to the CSS to keep a vertical scrollbar from appearing on book nodes:
Comment #3
Jeff Burnz commentedI'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.