Content pushes right side bar off screen w/ fluid layout

rszrama - April 29, 2008 - 14:05
Project:Pixture
Version:5.x-1.1
Component:Code
Category:bug report
Priority:normal
Assigned:Jeff Burnz
Status:active
Description

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;
}

#1

miggols99 - May 2, 2008 - 19:55

I also get this...please fix this!

#2

rszrama - May 2, 2008 - 20:27

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;
}

#3

Jeff Burnz - September 6, 2008 - 00:50
Priority:minor» normal
Assigned to:Anonymous» Jeff Burnz

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.

 
 

Drupal is a registered trademark of Dries Buytaert.