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} diff --git a/module/execution/view/all.html.php b/module/execution/view/all.html.php index 85839bdd8d..23d70c16a9 100644 --- a/module/execution/view/all.html.php +++ b/module/execution/view/all.html.php @@ -102,7 +102,6 @@ js::set('isCNLang', !$this->loadModel('common')->checkNotCN());