File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/widgets/kanban-board/ui Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,9 @@ export const Board = () => {
6363 </ h2 >
6464 < Filters />
6565 </ div >
66- < ScrollArea . Viewport className = 'w-full flex-1 pb-4' >
66+ < ScrollArea . Viewport
67+ className = 'max-desktop:snap-x max-desktop:snap-proximity w-full flex-1
68+ pb-4' >
6769 < DragAndDropProvider initialColumns = { board . columns } >
6870 < ColumnList backgroundURL = { backgroundURL } />
6971 < KanbanDragOverlay />
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export const ColumnListItem = ({
2525 return (
2626 < li
2727 className = { cn (
28- 'w-[334px] touch-manipulation list-none rounded-lg' ,
28+ 'w-[334px] touch-manipulation snap-center list-none rounded-lg' ,
2929 isOverlay && 'styled-outline' ,
3030 isDragging && 'opacity-60 select-none'
3131 ) }
You can’t perform that action at this time.
0 commit comments