Przeglądaj źródła

Fix hidden error msg (#126)

Leonardo Jeanteur 4 lat temu
rodzic
commit
b3e287ed9f
2 zmienionych plików z 2 dodań i 0 usunięć
  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 {
   margin-top: 5px;
   position: absolute;
+  z-index: 2;
   color: red;
   background-color: #633;
   border: 1px solid #833;

+ 1 - 0
bin/cdb.less

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