Compare commits
2 Commits
3e6dcc3a42
...
bac4513399
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bac4513399 | ||
|
|
53898a3a1d |
File diff suppressed because one or more lines are too long
@ -174,7 +174,7 @@ const KanbanColumn = ({
|
||||
listInnerRef.current = node;
|
||||
}}
|
||||
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) => (
|
||||
<div key={item.id}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user