Forced merge: merge ai-dev into master

This commit is contained in:
Flatlogic Bot 2025-06-05 13:38:20 +00:00
commit bac4513399
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -174,7 +174,7 @@ const KanbanColumn = ({
listInnerRef.current = node; listInnerRef.current = node;
}} }}
className={'p-3 space-y-3 flex-1 overflow-y-auto max-h-[400px]'} className={'p-3 space-y-3 flex-1 overflow-y-auto max-h-[400px]'}
onScroll={onScroll} className={'p-3 space-y-3 flex-1 overflow-y-auto max-h-[80vh]'}
> >
{data?.map((item) => ( {data?.map((item) => (
<div key={item.id}> <div key={item.id}>