mirror of
https://github.com/makeplane/plane.git
synced 2025-12-29 00:24:56 +01:00
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:
@@ -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 }
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user