hammerlab / cycledash

Variant Caller Analysis Dashboard and Data Management System
Other
35 stars 2 forks source link

Adds a min-height to table container #850

Closed jaclynperrone closed 8 years ago

jaclynperrone commented 8 years ago

This is to fix the tooltip bug seen in #828. I'm setting a min-height on the table container in order to show the overflowing tooltips. You'll notice that the min-height unit is in vh, which refers to "viewport height". This keeps the height flexible and relative to the height of the viewport, rather than using an arbitrary static px value. It's pretty awesome and widely supported. You can read more about it here.

Review on Reviewable

ihodes commented 8 years ago

Neat fix!