mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: list layout quick action styling (#5639)
This commit is contained in:
committed by
GitHub
parent
5ad6e99327
commit
44542fdd6b
@@ -233,7 +233,11 @@ export const ListGroup = observer((props: Props) => {
|
||||
"border-custom-error-200": isDraggingOverColumn && !!group.isDropDisabled,
|
||||
})}
|
||||
>
|
||||
<Row className="sticky top-0 z-[2] w-full flex-shrink-0 border-b border-custom-border-200 bg-custom-background-90 pr-3 py-1">
|
||||
<Row
|
||||
className={cn("w-full flex-shrink-0 border-b border-custom-border-200 bg-custom-background-90 pr-3 py-1", {
|
||||
"sticky top-0 z-[2]": isExpanded && groupIssueCount > 0,
|
||||
})}
|
||||
>
|
||||
<HeaderGroupByCard
|
||||
groupID={group.id}
|
||||
icon={group.icon}
|
||||
|
||||
Reference in New Issue
Block a user