There are horizontal scroll bars in almost all the collapsible sections when editing content. For example, Menu settings and File attachments.

Adding this to style.css seems to help:

fieldset.collapsible .fieldset-wrapper {
  overflow: hidden !important;
}

But it would be better to figure out why the content is causing a scrollbar.

CommentFileSizeAuthor
#2 Screen shot88.89 KBdavidkeen

Comments

sign’s picture

Status: Active » Postponed (maintainer needs more info)

I can't replicate this in firefox 3.0
Can you post a screenshot and which browser you are using?
Thank you

davidkeen’s picture

StatusFileSize
new88.89 KB

Here is a screenshot showing an example of the scrollbar that appears.

This is using Firefox 3.6 on Mac and the latest 6.x-1.x-dev theme.

sign’s picture

Status: Postponed (maintainer needs more info) » Fixed

sorry it took so long
fixed and committed to dev
thanks!

http://drupal.org/cvs?commit=347718

Status: Fixed » Closed (fixed)

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