#6390 closed enhancement (invalid)
Dashboard widgets with too tall of content should have sticky headers
| Reported by: | Viper007Bond | Owned by: | |
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | Administration | Version: | 2.5 |
| Severity: | trivial | Keywords: | |
| Cc: | Focuses: |
Description
If a dashboard widget's content is too tall for it's container, a vertical scroll bar pops up. However, when you use it to scroll down, the blue bar on top goes with it. It'd be much cooler if that bar stayed there and only the content scrolled.
Change History (6)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Basically, rather than the whole widget having
overflow: auto, just the widget's content should have that.