makes whole graph visible when loading page and does not grow on its own

Signed-off-by: Maximilian Vorbrodt <maximilian.vorbrodt@hotmail.com>
This commit is contained in:
Maximilian Vorbrodt
2022-12-18 10:17:48 +01:00
parent d318d4f659
commit da89b09b0f
@@ -43,12 +43,11 @@ import useAsync from 'react-use/lib/useAsync';
const useStyles = makeStyles((theme: BackstageTheme) => ({
graph: {
height: '100%',
position: 'absolute',
minHeight: '100%',
flex: 1,
},
graphWrapper: {
position: 'relative',
display: 'flex',
height: '100%',
},
organizationNode: {