statgen / locuszoom

A Javascript/d3 embeddable plugin for interactively visualizing statistical genetic data from customizable sources.
https://statgen.github.io/locuszoom/
MIT License
156 stars 29 forks source link

Plot-level dashboard component button menus can have wrong y-positioning #83

Closed Frencil closed 7 years ago

Frencil commented 7 years ago

As demonstrated on the T2D portal, when a LocusZoom instance is loaded inside an expandable DOM element the position calculation for a plot-level dashboard component button menu (e.g. the model covariates menu) can appear way off. In the case of the T2D portal the LZ instance is in an expanding element with a height many times the height of the page, rendering the LZ instance at a decent scroll height down the page, but the button menu appears very close to the top of the page.

Frencil commented 7 years ago

Resolved in v0.5.3