GMOD / jbrowse-components

Source code for JBrowse 2, a modern React-based genome browser
https://jbrowse.org/jb2
Apache License 2.0
205 stars 61 forks source link

Fix unstable dialog width in "About track" dialog for multi-quantitative tracks #4442

Closed cmdcolin closed 3 months ago

cmdcolin commented 3 months ago

This particularly affects MultiQuantitativeTrack about dialog's because they use a data grid in their About track panel

A screen recording demonstrates the issue

https://github.com/GMOD/jbrowse-components/assets/6511937/b358a18e-e630-4639-a8b7-635985c97a95

The width:100% that was there is likely vestigial from when older versions of x-data-grid needed a container to size into. That is not done automatically