Ticket #6390 (new enhancement)

Opened 3 months ago

Last modified 3 months ago

Dashboard widgets with too tall of content should have sticky headers

Reported by: Viper007Bond Assigned to: anonymous
Priority: lowest Milestone: 2.6
Component: Administration Version: 2.5
Severity: trivial Keywords: needs-patch
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

03/26/08 11:17:00 changed by Viper007Bond

Basically, rather than the whole widget having overflow: auto, just the widget's content should have that.

03/27/08 19:08:44 changed by mdawaffe

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.