Ver código fonte

[cdb] Fix gradients going over table header

Clément Espeute 2 meses atrás
pai
commit
10c70f1a7b
2 arquivos alterados com 2 adições e 0 exclusões
  1. 1 0
      bin/cdb.css
  2. 1 0
      bin/cdb.less

+ 1 - 0
bin/cdb.css

@@ -88,6 +88,7 @@
 .cdb .cdb-sheet tr.separator td {
   position: sticky;
   top: 19px;
+  z-index: 2;
   border-left: none;
   padding-top: 6px;
   color: #bbb;

+ 1 - 0
bin/cdb.less

@@ -93,6 +93,7 @@
 			td {
 				position: sticky;
 				top: 19px;
+				z-index: 2;
 				border-left: none;
 				padding-top: 6px;
 				color : #bbb;