Increase z-index of form floating buttons

This commit is contained in:
atownson 2025-03-31 15:12:28 -05:00
parent 6f78b3d0cd
commit e1f2c12b64
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 {