From 2017a13bc8e434600877077e2bedc2dcfbe3bff3 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Thu, 7 Apr 2022 08:19:04 +0800 Subject: [PATCH] * Fix bug #14961. --- module/project/css/browse.css | 1 - module/project/view/browsebylist.html.php | 1 - 2 files changed, 2 deletions(-) diff --git a/module/project/css/browse.css b/module/project/css/browse.css index b27c630721..d9404c9f53 100644 --- a/module/project/css/browse.css +++ b/module/project/css/browse.css @@ -20,4 +20,3 @@ 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;} diff --git a/module/project/view/browsebylist.html.php b/module/project/view/browsebylist.html.php index bf18964ccd..93a0f68599 100644 --- a/module/project/view/browsebylist.html.php +++ b/module/project/view/browsebylist.html.php @@ -22,7 +22,6 @@ .project-name.has-suffix > a {max-width: calc(100% - 100px);} .project-name.has-prefix > a {padding-left: 5px;} .project-name.has-suffix > a {padding-right: 5px;} -.table-footer {z-index: 1;}