From 58fb367739ff530a15ccee12c9e9547bbaf2257e Mon Sep 17 00:00:00 2001 From: Yagami Date: Thu, 16 Feb 2023 16:11:53 +0800 Subject: [PATCH] * Adjust dtable scroll bar and pager z-index. --- module/execution/css/all.css | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/css/all.css b/module/execution/css/all.css index 302fbd069d..2b631af971 100644 --- a/module/execution/css/all.css +++ b/module/execution/css/all.css @@ -6,3 +6,4 @@ body {margin-bottom: 25px;} #myTable input[type=checkbox] {margin: 0px} .table-footer .pager{z-index: 10} +#myTable .scrollbar {z-index: 11}