From d43638b34e4ac701a81a0901de19ff77b2545473 Mon Sep 17 00:00:00 2001 From: Fringg Date: Fri, 24 Apr 2026 07:36:33 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20floating=20action=20bar=20covering=20pag?= =?UTF-8?q?ination=20=E2=80=94=20add=20bottom=20spacer=20when=20selection?= =?UTF-8?q?=20active?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/AdminBulkActions.tsx | 5 +++++ 1 file changed, 5 insertions(+) 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(