Skip to content

Commit cb12a73

Browse files
committed
Fix for the last task in a long list wasn’t on screen
1 parent 31fc9e1 commit cb12a73

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam._index

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam._index/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export default function Page() {
184184
autoFocus
185185
/>
186186
</div>
187-
<Table containerClassName="max-h-full mb-[2.5rem]">
187+
<Table containerClassName="max-h-full pb-[2.5rem]">
188188
<TableHeader>
189189
<TableRow>
190190
<TableHeaderCell>Task ID</TableHeaderCell>

0 commit comments

Comments
 (0)