18128: Fixes app's main content layouts.
[arvados-workbench2.git] / src / views / project-panel / project-panel.tsx
index 672645111743769f0dcec12644277479e43f0c8a..97f79517a21f3529448fec11903c9d36e1725b1d 100644 (file)
@@ -51,9 +51,7 @@ type CssRules = 'root' | "button";
 
 const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     root: {
-        position: 'relative',
         width: '100%',
-        height: '100%'
     },
     button: {
         marginLeft: theme.spacing.unit