瀏覽代碼

Fix color cells going over the column name (#160)

This prevented clicking the column name unless scrolled up
Leonardo Jeanteur 4 年之前
父節點
當前提交
0d24e40f7e
共有 2 個文件被更改,包括 0 次插入2 次删除
  1. 0 1
      bin/cdb.css
  2. 0 1
      bin/cdb.less

+ 0 - 1
bin/cdb.css

@@ -263,7 +263,6 @@
 }
 .cdb .cdb-sheet td.t_color {
   text-align: center;
-  position: relative;
 }
 .cdb .cdb-sheet td.t_color ._hide-modal {
   opacity: 0;

+ 0 - 1
bin/cdb.less

@@ -293,7 +293,6 @@
 
 		td.t_color {
 			text-align : center;
-			position: relative;
 			._hide-modal {
 				opacity : 0;
 			}