[WEB-5614] fix: empty state and padding token fixes (#8359)

This commit is contained in:
Anmol Singh Bhatia 2025-12-17 17:58:22 +05:30 committed by GitHub
parent 8bd23ac44b
commit 2f80d59ba9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -58,7 +58,7 @@ export const ProfileIssuesPage = observer(function ProfileIssuesPage(props: Prop
<>
<div className="flex flex-col h-full w-full">
{profileWorkItemsFilter && <WorkItemFiltersRow filter={profileWorkItemsFilter} />}
<div className="-z-1 relative h-full w-full overflow-auto">
<div className="relative h-full w-full overflow-auto">
{activeLayout === "list" ? (
<ProfileIssuesListLayout />
) : activeLayout === "kanban" ? (