gang.huang vor 3 Jahren
Ursprung
Commit
c11f4c3aa6
1 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  1. 3 2
      admin/templates/default/provider.amount.control.php

+ 3 - 2
admin/templates/default/provider.amount.control.php

@@ -114,11 +114,12 @@
         z-index: 5;
     }
 
-    #price_table tbody td:first-child {
+    #price_table tr td:first-child {
+        display: block;
         position: sticky;
         left: 0;
         box-shadow: 2px 0 2px rgb(0 0 0 / 10%);
-        z-index: 11;
+        z-index: 10;
     }
 
     #price_table tbody tr:hover td {