* change scrollbar position in datatable.

This commit is contained in:
Catouse
2018-09-25 09:22:34 +08:00
parent d6558a392b
commit 7e70839e21
+1 -1
View File
@@ -22,7 +22,7 @@
.datatable .flexarea tbody>tr.checked>td:first-child:before,
.datatable .fixed-right tbody>tr.checked>td:first-child:before {display: none}
.datatable>.scroll-wrapper {z-index: 10;}
.has-fixed-footer .scroll-wrapper {bottom: 97px; position: fixed;}
.has-fixed-footer .scroll-wrapper {bottom: 95px; position: fixed;}
.datatable .flexarea thead>tr>th:first-child,
.datatable .flexarea tbody>tr>td:first-child,
.datatable .fixed-right thead>tr>th:first-child,