@@ -90,6 +90,9 @@
}
.editStatTypeTable {
+ display: block;
+ width: 500px;
+ height: calc(100vh - 200px);
table-layout: fixed;
border-spacing: 0;
border-collapse: collapse;
@@ -97,7 +100,7 @@
.editStatTypeTable thead th {
position: sticky;
- top: 0;
+ top: -1px;
left: 0;
background: #fff;
z-index: 1;