feat: layouts and styles for desktop and mobile
This commit is contained in:
@ -68,11 +68,12 @@ const FunnelDnd = <
|
||||
dots: true,
|
||||
infinite: false,
|
||||
speed: 500,
|
||||
slidesToShow: 1,
|
||||
slidesToShow: 1.1,
|
||||
slidesToScroll: 1,
|
||||
draggable: !activeItem && !activeContainer,
|
||||
swipe: !activeItem && !activeContainer,
|
||||
arrows: false,
|
||||
swipeToSlide: true,
|
||||
};
|
||||
|
||||
const renderContainers = () =>
|
||||
@ -145,7 +146,7 @@ const FunnelDnd = <
|
||||
renderBody()
|
||||
) : (
|
||||
<Group
|
||||
gap="xs"
|
||||
gap={0}
|
||||
wrap="nowrap"
|
||||
align="start">
|
||||
{renderBody()}
|
||||
|
||||
Reference in New Issue
Block a user