Skip to content

Commit

Permalink
Fix vertical height calculation for correct overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Benjamin authored and bbimber committed Nov 12, 2024
1 parent 7955460 commit ad249d0
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" style={{height: '50%', overflowY: 'scroll'}}>
<Paper data-testid="extended-variant-widget" style={{height: '100vh', overflowY: 'scroll'}}>
{message}
<FeatureDetails
feature={feat}
Expand Down

0 comments on commit ad249d0

Please sign in to comment.