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:
rahulramesha 2024-04-16 15:48:32 +05:30 committed by GitHub
parent 41d8005f0b
commit 2311bd4f78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }
)}