diff --git a/packages/twenty-front/src/modules/ui/utilities/scroll/components/ScrollWrapper.tsx b/packages/twenty-front/src/modules/ui/utilities/scroll/components/ScrollWrapper.tsx index 969a24a6f..d39ef62d1 100644 --- a/packages/twenty-front/src/modules/ui/utilities/scroll/components/ScrollWrapper.tsx +++ b/packages/twenty-front/src/modules/ui/utilities/scroll/components/ScrollWrapper.tsx @@ -24,7 +24,7 @@ const StyledScrollWrapper = styled.div` `; const StyledInnerContainer = styled.div` - flex: 1; + height: 100%; `; export type ScrollWrapperProps = {