mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-26 10:49:07 +02:00
#16009 Added btn-float-group style class and added to form templates for floating button groups
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user