Skip to content

Commit a140399

Browse files
bbimberSebastian Benjamin
andauthored
Constrain popup dialog height in JBrowse (#300)
* Constrain popup dialog height in jbrowse * Fix vertical height calculation for correct overflow --------- Co-authored-by: Sebastian Benjamin <sebastiancbenjamin@gmail.com>
1 parent 7300d1e commit a140399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbrowse/src/client/JBrowse/Browser/plugins/ExtendedVariantPlugin/ExtendedVariantWidget/ExtendedVariantWidget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ export default jbrowse => {
407407
feat["INFO"] = null
408408

409409
return (
410-
<Paper data-testid="extended-variant-widget">
410+
<Paper data-testid="extended-variant-widget" style={{height: '100vh', overflowY: 'scroll'}}>
411411
{message}
412412
<FeatureDetails
413413
feature={feat}

0 commit comments

Comments
 (0)