forked from github/plane
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
@ -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…
Reference in New Issue
Block a user