Fixes #19030 - Update z-index of floating buttons (#19118)

* Increase z-index of form floating buttons

* Update netbox.css
This commit is contained in:
atownson 2025-04-08 16:02:08 -05:00 committed by GitHub
parent 2be257db48
commit bf286df670
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -38,7 +38,7 @@ span.color-label {
.btn-float-group { .btn-float-group {
position: sticky; position: sticky;
bottom: 10px; bottom: 10px;
z-index: 2; z-index: 4;
} }
.btn-float-group-left { .btn-float-group-left {