mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +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>
|
</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 */}
|
{/* Floating action bar — portal to body for correct fixed positioning */}
|
||||||
{createPortal(
|
{createPortal(
|
||||||
<FloatingActionBar
|
<FloatingActionBar
|
||||||
|
|||||||
Reference in New Issue
Block a user