Skip to content

Commit db9dc60

Browse files
committed
Auto-expand JBrowse browser
1 parent 9a12e35 commit db9dc60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbrowse/src/client/JBrowse/Browser/Browser.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function View(){
5050

5151
return (
5252
//TODO: can we make this expand to full page height?
53-
<div style={{height: "100%"}}>
53+
<div style={{height: "100vh"}}>
5454
<ErrorBoundary>
5555
<ThemeProvider theme={theme}>
5656
<JBrowseLinearGenomeView viewState={state as ViewModel} />

0 commit comments

Comments
 (0)