Skip to content

Commit 283e274

Browse files
authored
Chore/cron footer (supabase#30811)
Fix cron runs footer
1 parent 51dbe87 commit 283e274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/studio/components/interfaces/Integrations/CronJobs/PreviousRunsTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export const PreviousRunsTab = () => {
216216
/>
217217
</div>
218218

219-
<div className="px-6 py-6 flex gap-12 border-t">
219+
<div className="px-6 py-6 flex gap-12 border-t bg sticky bottom-0">
220220
{isLoadingCronJobs ? (
221221
<GenericSkeletonLoader />
222222
) : (

0 commit comments

Comments
 (0)