浏览代码

minor css fixes wrt searchBox

Nicolas Cannasse 5 年之前
父节点
当前提交
0b4f6506fb
共有 4 个文件被更改,包括 4 次插入2 次删除
  1. 1 1
      bin/cdb.css
  2. 1 1
      bin/cdb.less
  3. 1 0
      bin/style.css
  4. 1 0
      bin/style.less

+ 1 - 1
bin/cdb.css

@@ -56,7 +56,7 @@
 }
 .cdb .cdb-sheet tr.separator td {
   position: sticky;
-  top: 20px;
+  top: 19px;
   border-left: none;
   padding-top: 6px;
   color: #bbb;

+ 1 - 1
bin/cdb.less

@@ -63,7 +63,7 @@
 			height : 10px;
 			td {
 				position: sticky;
-				top: 20px;
+				top: 19px;
 				border-left: none;
 				padding-top: 6px;
 				color : #bbb;

+ 1 - 0
bin/style.css

@@ -459,6 +459,7 @@ input[type=checkbox]:checked:after {
   display: none;
   width: 200px;
   position: fixed;
+  z-index: 99;
   top: 20px;
   right: 0px;
   background-color: black;

+ 1 - 0
bin/style.less

@@ -495,6 +495,7 @@ input[type=checkbox] {
 	display : none;
 	width : 200px;
 	position : fixed;
+	z-index: 99;
 	top : 20px;
 	right : 0px;
 	background-color : black;