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,