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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Screen shot | 88.89 KB | davidkeen |
Comments
Comment #1
sign commentedI can't replicate this in firefox 3.0
Can you post a screenshot and which browser you are using?
Thank you
Comment #2
davidkeen commentedHere 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.
Comment #3
sign commentedsorry it took so long
fixed and committed to dev
thanks!
http://drupal.org/cvs?commit=347718