Action buttons display below table page-link buttons #10959

Closed
opened 2025-12-29 21:38:24 +01:00 by adam · 2 comments
Owner

Originally created by @LachTrip on GitHub (Mar 28, 2025).

Originally assigned to: @atownson on GitHub.

Deployment Type

Self-hosted

NetBox Version

v4.2.6

Python Version

3.11

Steps to Reproduce

Image
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

Originally created by @LachTrip on GitHub (Mar 28, 2025). Originally assigned to: @atownson on GitHub. ### Deployment Type Self-hosted ### NetBox Version v4.2.6 ### Python Version 3.11 ### Steps to Reproduce ![Image](https://github.com/user-attachments/assets/540181ee-53bb-40e7-93ac-8e5159d0eb58) 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
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 21:38:24 +01:00
adam closed this issue 2025-12-29 21:38:24 +01:00
Author
Owner

@arthanson commented on GitHub (Mar 28, 2025):

Here is a clearer screenshot of the issue as it wasn't super clear from the initial post. The argument here is that as the bulk buttons are floating, they should be the ones with the highest z-index.
Image

@arthanson commented on GitHub (Mar 28, 2025): Here is a clearer screenshot of the issue as it wasn't super clear from the initial post. The argument here is that as the bulk buttons are floating, they should be the ones with the highest z-index. ![Image](https://github.com/user-attachments/assets/ea1e11cc-a97d-4621-80d4-db1a92bede49)
Author
Owner

@atownson commented on GitHub (Mar 31, 2025):

I can work on this.

@atownson commented on GitHub (Mar 31, 2025): I can work on this.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#10959