#6390 closed enhancement (invalid)
Dashboard widgets with too tall of content should have sticky headers
Reported by: | Viper007Bond | Owned by: | |
---|---|---|---|
Milestone: | Priority: | lowest | |
Severity: | trivial | Version: | 2.5 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
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)
#2
@
17 years ago
I tried briefly, but it turned out to be surprisingly difficult to make work in FF, Safari, Opera, IE6/7.
Some things about the rest of the markup/css have changed since then, so it could be simpler to accomplish now.
#3
@
16 years ago
- Resolution set to fixed
- Status changed from new to closed
I think 2.7 makes this irrelivant
Note: See
TracTickets for help on using
tickets.
Basically, rather than the whole widget having
overflow: auto
, just the widget's content should have that.