We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb2853 commit 916432aCopy full SHA for 916432a
1 file changed
apps/web/core/components/profile/profile-issues.tsx
@@ -58,7 +58,7 @@ export const ProfileIssuesPage = observer(function ProfileIssuesPage(props: Prop
58
<>
59
<div className="flex flex-col h-full w-full">
60
{profileWorkItemsFilter && <WorkItemFiltersRow filter={profileWorkItemsFilter} />}
61
- <div className="-z-1 relative h-full w-full overflow-auto">
+ <div className="relative h-full w-full overflow-auto">
62
{activeLayout === "list" ? (
63
<ProfileIssuesListLayout />
64
) : activeLayout === "kanban" ? (
0 commit comments