Merge branch '18128-multi-panel-view' into main. Closes #18128.
[arvados-workbench2.git] / src / views / workbench / workbench.tsx
index 9ce93bf2ae6e38214186defb3bc87dc02b6455d8..1c6bf03fd9baf73dc2dd1b2675d219c70ea1379b 100644 (file)
@@ -129,6 +129,9 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         minWidth: 0,
         paddingLeft: theme.spacing.unit * 3,
         paddingRight: theme.spacing.unit * 3,
+        // Reserve vertical space for app bar + MainContentBar
+        minHeight: `calc(100vh - ${theme.spacing.unit * 16}px)`,
+        display: 'flex',
     }
 });