diff --git a/web/ee/components/initiatives/components/initiative-block.tsx b/web/ee/components/initiatives/components/initiative-block.tsx index 29fec7e068..2334b8e672 100644 --- a/web/ee/components/initiatives/components/initiative-block.tsx +++ b/web/ee/components/initiatives/components/initiative-block.tsx @@ -94,6 +94,7 @@ export const InitiativeBlock = observer((props: Props) => { } isMobile={isMobile} parentRef={parentRef} + itemClassName={"!overflow-visible flex-wrap md:flex-nowrap"} /> ); });