Skip to content

Commit 916432a

Browse files
fix: your work section empty state rendering
1 parent 8fb2853 commit 916432a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/core/components/profile/profile-issues.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const ProfileIssuesPage = observer(function ProfileIssuesPage(props: Prop
5858
<>
5959
<div className="flex flex-col h-full w-full">
6060
{profileWorkItemsFilter && <WorkItemFiltersRow filter={profileWorkItemsFilter} />}
61-
<div className="-z-1 relative h-full w-full overflow-auto">
61+
<div className="relative h-full w-full overflow-auto">
6262
{activeLayout === "list" ? (
6363
<ProfileIssuesListLayout />
6464
) : activeLayout === "kanban" ? (

0 commit comments

Comments
 (0)