mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-21 00:11:39 +02:00
* Increase z-index of form floating buttons * Update netbox.css
This commit is contained in:
2
netbox/project-static/dist/netbox.css
vendored
2
netbox/project-static/dist/netbox.css
vendored
File diff suppressed because one or more lines are too long
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user