add a small min height for dropping issues incase tger are zero issues in the entire row of columns (#4206)
This commit is contained in:
parent
41d8005f0b
commit
2311bd4f78
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ export const KanbanGroup = (props: IKanbanGroup) => {
|
|||
<div
|
||||
id={`${groupId}__${sub_group_id}`}
|
||||
className={cn(
|
||||
"relative h-full transition-all",
|
||||
"relative h-full transition-all min-h-[50px]",
|
||||
{ "bg-custom-background-80": isDraggingOverColumn },
|
||||
{ "vertical-scrollbar scrollbar-md": !sub_group_by }
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue