diff --git a/packages/frontend/core/src/modules/workbench/view/route-container.css.ts b/packages/frontend/core/src/modules/workbench/view/route-container.css.ts index 2ec384988f..663671238f 100644 --- a/packages/frontend/core/src/modules/workbench/view/route-container.css.ts +++ b/packages/frontend/core/src/modules/workbench/view/route-container.css.ts @@ -4,7 +4,7 @@ import { style } from '@vanilla-extract/css'; export const root = style({ display: 'flex', height: '100%', - overflow: 'hidden', + overflow: 'clip', width: '100%', position: 'relative', flexDirection: 'column',