-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Milestone
Description
Deployment Type
Self-hosted
NetBox Version
v4.2.6
Python Version
3.11
Steps to Reproduce

Go to object list with enough items that you can scroll. Click the checkbox for one or multiple items. It is possible for page-link buttons on the table to display above the bulk action buttons. Removing z-index 3 for .page-link.active,.active>.page-link or changing z-index for .btn-float-group-left to 3 or greater resolves the issue.
Expected Behavior
The bulk action buttons should appear on top of the page-link buttons
Observed Behavior
The bulk action buttons are underneath the page-link button for the current page
Metadata
Metadata
Assignees
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application