diff --git a/src/sub-blocks/BackgroundCard/BackgroundCard.tsx b/src/sub-blocks/BackgroundCard/BackgroundCard.tsx index 517d61367..d22416631 100644 --- a/src/sub-blocks/BackgroundCard/BackgroundCard.tsx +++ b/src/sub-blocks/BackgroundCard/BackgroundCard.tsx @@ -35,7 +35,7 @@ const BackgroundCard = (props: BackgroundCardProps) => { const theme = useTheme(); const hasBackgroundColor = backgroundColor || cardTheme !== 'default'; const borderType = hasBackgroundColor ? 'none' : border; - const areControlsInFooter = controlPosition === 'footer'; + const areControlsInFooter = !paddingBottom && controlPosition === 'footer'; return ( = (args) => ( - + {data.cardLayout.items.map((item, index) => (