Compare commits
No commits in common. "bac451339960783662261e836d8548b5ab0ee163" and "3e6dcc3a4267c2a0a0618a04b4824e537b8274bb" have entirely different histories.
bac4513399
...
3e6dcc3a42
File diff suppressed because one or more lines are too long
@ -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]'}
|
||||||
className={'p-3 space-y-3 flex-1 overflow-y-auto max-h-[80vh]'}
|
onScroll={onScroll}
|
||||||
>
|
>
|
||||||
{data?.map((item) => (
|
{data?.map((item) => (
|
||||||
<div key={item.id}>
|
<div key={item.id}>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user