Skip to content

Commit

Permalink
Constrain popup dialog height in jbrowse
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Oct 17, 2024
1 parent 18431ea commit 1385f6f
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: '50%', overflowY: 'scroll'}}>
{message}
<FeatureDetails
feature={feat}
Expand Down

0 comments on commit 1385f6f

Please sign in to comment.