#6336 closed defect (bug) (fixed)
Fix horizontal scrollbar in dashboard
| Reported by: | iammattthomas | Owned by: | iammattthomas |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | General | Version: | 2.5 |
| Severity: | normal | Keywords: | has-patch needs-testing |
| Cc: | Focuses: |
Description
Removing the right padding on div#dashboard-widgets fixes the persistent horizontal scrollbars on the Dashboard. Wait for mdawaffe's input before commit.
Attachments (2)
Change History (7)
#2
@
18 years ago
- Resolution fixed
- Status closed → reopened
That change breaks dashboards in IE for some screen widths. For random screen widths below the dashboards max-height (rounding issue) and all screen widths above the max-width, the dashboard widgets appear in one column.
Attached adds a rule to the IE CSS that seems to prevent this bug at all widths.
ie-rtl.css seems not to need any changes.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [7453]) Fix horizontal scrollbar in dashboard. Props mt. fixes #6336