dasmoth / dalliance

Interactive web-based genome browser.
http://www.biodalliance.org/
BSD 2-Clause "Simplified" License
226 stars 68 forks source link

Bug: track scales appear on far left #53

Closed j-hudecek closed 10 years ago

j-hudecek commented 10 years ago

As can be seen on the picture, scales appear on the far left instead of in the middle

farleft

dasmoth commented 10 years ago

Could you try adding:

   width: 100%

To the style collection?

(In the transMART dalliance-plugin, adding "width: 100%" to the bodyStyle property of the genomeBrowserPanel seemed to do the trick for me).