浏览代码

Fix hidden error msg (#126)

Leonardo Jeanteur 4 年之前
父节点
当前提交
b3e287ed9f
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      bin/cdb.css
  2. 1 0
      bin/cdb.less

+ 1 - 0
bin/cdb.css

@@ -105,6 +105,7 @@
 .cdb .cdb-sheet td.edit > div.error {
 .cdb .cdb-sheet td.edit > div.error {
   margin-top: 5px;
   margin-top: 5px;
   position: absolute;
   position: absolute;
+  z-index: 2;
   color: red;
   color: red;
   background-color: #633;
   background-color: #633;
   border: 1px solid #833;
   border: 1px solid #833;

+ 1 - 0
bin/cdb.less

@@ -114,6 +114,7 @@
 			&> div.error {
 			&> div.error {
 				margin-top : 5px;
 				margin-top : 5px;
 				position : absolute;
 				position : absolute;
+				z-index : 2;
 				color : red;
 				color : red;
 				background-color : #633;
 				background-color : #633;
 				border : 1px solid #833;
 				border : 1px solid #833;