From 7e70839e21f5d0eba41472f912664bd55cacf2a3 Mon Sep 17 00:00:00 2001 From: Catouse Date: Tue, 25 Sep 2018 09:22:34 +0800 Subject: [PATCH] * change scrollbar position in datatable. --- module/common/view/datatable.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/common/view/datatable.html.php b/module/common/view/datatable.html.php index b66008c7c0..6fbf1869fd 100644 --- a/module/common/view/datatable.html.php +++ b/module/common/view/datatable.html.php @@ -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,