We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a12e35 commit db9dc60Copy full SHA for db9dc60
jbrowse/src/client/JBrowse/Browser/Browser.tsx
@@ -50,7 +50,7 @@ function View(){
50
51
return (
52
//TODO: can we make this expand to full page height?
53
- <div style={{height: "100%"}}>
+ <div style={{height: "100vh"}}>
54
<ErrorBoundary>
55
<ThemeProvider theme={theme}>
56
<JBrowseLinearGenomeView viewState={state as ViewModel} />
0 commit comments