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
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

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