diff --git a/src/pages/AdminBulkActions.tsx b/src/pages/AdminBulkActions.tsx index a7f5887..42cdc01 100644 --- a/src/pages/AdminBulkActions.tsx +++ b/src/pages/AdminBulkActions.tsx @@ -2258,6 +2258,11 @@ export default function AdminBulkActions() { )} + {/* Bottom spacer to prevent floating bar from covering pagination */} + {(selectedUserIds.length > 0 || selectedSubscriptionIds.length > 0) && ( +
+ )} + {/* Floating action bar — portal to body for correct fixed positioning */} {createPortal(