Merge branch 'master' into 13894-default-view-component
[arvados.git] / src / views / workbench / workbench.tsx
index ab7ac38bc90cfae8518974dc867373015c0804b8..ce8e24625aab1e3c03ed1803dfee85f839bd2bbe 100644 (file)
@@ -86,7 +86,8 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     content: {
         padding: `${theme.spacing.unit}px ${theme.spacing.unit * 3}px`,
         overflowY: "auto",
-        flexGrow: 1
+        flexGrow: 1,
+        position: 'relative'
     },
     toolbar: theme.mixins.toolbar
 });