Hey,
I have notice a strange behevior with the sidebar block which seems like it's height set to 0.
It's more strange since I couldn't find the css command but when looking with Firebug it's seems like there is no auto height.

So for example, if I want:

.region-sidebar-first .block {
  border-bottom:1px solid;
}

I can't do it since the border will be at the top of the clock with no relation to the li / content in the block.

I have attach an image

CommentFileSizeAuthor
border_bottom_zen.jpg226.9 KBamirtaiar
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

amirtaiar’s picture

Issue summary: View changes
joelhsmith’s picture

Try adding a "clearfix" class to it or its child element. More info about what clearfix does and is used for: http://learnlayout.com/clearfix.html

JohnAlbin’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.