ソースを参照

Fixes #19030 - Update z-index of floating buttons (#19118)

* Increase z-index of form floating buttons

* Update netbox.css
atownson 10 ヶ月 前
コミット
bf286df670

ファイルの差分が大きいため隠しています
+ 0 - 0
netbox/project-static/dist/netbox.css


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

@@ -38,7 +38,7 @@ span.color-label {
 .btn-float-group {
   position: sticky;
   bottom: 10px;
-  z-index: 2;
+  z-index: 4;
 }
 
 .btn-float-group-left {

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません