From 8aa61bfc0e8c1389fa2cbab025815956dfa3e6ef Mon Sep 17 00:00:00 2001 From: tianshujie Date: Wed, 6 Apr 2022 13:31:56 +0800 Subject: [PATCH] * Fix bug #14961. --- module/project/css/browse.css | 1 + 1 file changed, 1 insertion(+) diff --git a/module/project/css/browse.css b/module/project/css/browse.css index d9404c9f53..b27c630721 100644 --- a/module/project/css/browse.css +++ b/module/project/css/browse.css @@ -20,3 +20,4 @@ th.c-name {min-width: 240px;} [lang^='en'] .project-name > .label-warning {width: 55px !important;} .table-responsive {overflow: auto !important;} +.table-footer {z-index: 5 !important;}