Closed (won't fix)
Project:
Drupal core
Version:
5.1
Component:
Garland theme
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2007 at 18:41 UTC
Updated:
21 Jun 2011 at 02:23 UTC
Jump to comment: Most recent file
Comments
Comment #1
Farreres commentedIn my oppinion this would be easily solved using overflow: scroll in the css, but I don't know which selector to use for this. I would need some help on this.
This works quite nicely in the modules management screen. I include a screenshot showing a scroll bar.
Comment #2
Chill35 commentedUse an
overflow:autoon the following div :.left-corner {
overflow:auto;
}
When you scroll with that, the entire page content will move (center column content), not just the table.
Unfortunately, the table is not wrapped in a div so that we can apply a CSS overflow:auto on its wrapper only.
The
overflow:scrolladds a vertical scroll bar even though it's not needed.Comment #3
Farreres commentedI suggest you inserting this fix in the theme stylesheets if you consider it apropriate. so that this doesn't happen again in future releases. Right now, I edited style.css of garland and the issue got fixed. I am not marking this bug fixed to make sure you read the comment.
Comment #4
dpearcefl commentedConsidering the age of this issue with no responses and that D5 is unsupported, I am closing this issue.