#16009 Added btn-float-group style class and added to form templates for floating button groups

This commit is contained in:
atownson
2024-09-17 13:36:05 -05:00
parent 7167f20ca5
commit 8715f6fe87
6 changed files with 14 additions and 6 deletions

View File

@@ -33,3 +33,11 @@ span.color-label {
.netbox-edition {
letter-spacing: .15rem;
}
// A floating div for form buttons
.btn-float-group {
position: sticky;
bottom: 0px;
z-index: 1;
padding: 2px 0px 10px 0px;
}