16672: Fixes cypress tests by fixing layout issues.
[arvados-workbench2.git] / src / views / process-panel / process-panel-root.tsx
index 416faec7ef30c7388bf6b0d92d93286a52d7c40a..156789a20dbe85c1427305ecbf4ab06d9a387ff5 100644 (file)
@@ -22,7 +22,6 @@ type CssRules = 'root';
 const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     root: {
         width: '100%',
-        height: '100%',
     },
 });