diff --git a/packages/app/src/components/Layout/DefaultLayout/styles/DefaultLayout.style.js b/packages/app/src/components/Layout/DefaultLayout/styles/DefaultLayout.style.js index 0ca4a07eef..09cf8759c5 100644 --- a/packages/app/src/components/Layout/DefaultLayout/styles/DefaultLayout.style.js +++ b/packages/app/src/components/Layout/DefaultLayout/styles/DefaultLayout.style.js @@ -10,7 +10,7 @@ export const DIMENSION_AXIS_WIDTH = `${100 - parseInt(FILTER_AXIS_WIDTH, 10)}%`; export default { ct: { display: 'flex', - height: LAYOUT_HEIGHT, + minHeight: LAYOUT_HEIGHT, }, axisGroup: { display: 'flex',