Skip to content

Commit bf286df

Browse files
authored
Fixes #19030 - Update z-index of floating buttons (#19118)
* Increase z-index of form floating buttons * Update netbox.css
1 parent 2be257d commit bf286df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netbox/project-static/dist/netbox.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

netbox/project-static/styles/custom/_misc.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ span.color-label {
3838
.btn-float-group {
3939
position: sticky;
4040
bottom: 10px;
41-
z-index: 2;
41+
z-index: 4;
4242
}
4343

4444
.btn-float-group-left {

0 commit comments

Comments
 (0)