starteam / starcellbio_html

2 stars 7 forks source link

Fix dialog overlay #785

Closed jmclaus closed 6 years ago

jmclaus commented 6 years ago

The Add Samples button displays, when clicked, a dialog with a gray background overlay that only covers part of the application:

overlay-before

This PR modifies the CSS so that it covers all the application:

overlay-after

Running build.py is necessary to see these changes applied.