mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
fix: floating action bar covering pagination — add bottom spacer when selection active
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user