hammerlab / cycledash

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

pileup tracks scroll vertically #805

Closed danvk closed 9 years ago

danvk commented 9 years ago

The location, scale, genome and VCF tracks all scroll by a few pixels. They shouldn't:

cycledash updated

There seem to be 5px of mysterious vertical space in the <div> that contains each <svg> element.

armish commented 9 years ago

I didn't know this before, but after some fiddling I was able to isolate the problem into this one: http://jsfiddle.net/yh7L7wwa/

and learned found a trick on SO to get rid of the space there: http://jsfiddle.net/yh7L7wwa/1/

Looks like we need to give the examine page some CSS love (will do).

armish commented 9 years ago

addressed by #811.