fix: floating action bar covering pagination — add bottom spacer when selection active

This commit is contained in:
Fringg
2026-04-24 07:36:33 +03:00
parent cb148d181a
commit d43638b34e

View File

@@ -2258,6 +2258,11 @@ export default function AdminBulkActions() {
)}
</div>
{/* Bottom spacer to prevent floating bar from covering pagination */}
{(selectedUserIds.length > 0 || selectedSubscriptionIds.length > 0) && (
<div className="h-24" />
)}
{/* Floating action bar — portal to body for correct fixed positioning */}
{createPortal(
<FloatingActionBar