Skip to content

Commit

Permalink
Constrain popup dialog height in JBrowse (#300)
Browse files Browse the repository at this point in the history
* Constrain popup dialog height in jbrowse
* Fix vertical height calculation for correct overflow

---------

Co-authored-by: Sebastian Benjamin <[email protected]>
  • Loading branch information
bbimber and Sebastian Benjamin authored Nov 12, 2024
1 parent 7300d1e commit a140399
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ export default jbrowse => {
feat["INFO"] = null

return (
<Paper data-testid="extended-variant-widget">
<Paper data-testid="extended-variant-widget" style={{height: '100vh', overflowY: 'scroll'}}>
{message}
<FeatureDetails
feature={feat}
Expand Down

0 comments on commit a140399

Please sign in to comment.