浏览代码

cdb: fix flag popup being hidden when in sub-table

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

+ 1 - 1
bin/cdb.css

@@ -267,7 +267,7 @@
   overflow: visible;
 }
 .cdb .cdb-sheet .flagValues {
-  position: absolute;
+  position: fixed;
   background-color: #333;
   width: 150px;
   padding: 5px;

+ 1 - 1
bin/cdb.less

@@ -299,7 +299,7 @@
 		}
 
 		.flagValues {
-			position : absolute;
+			position : fixed;
 			background-color : #333;
 			width : 150px;
 			padding : 5px;