From de6b9c5fc7a68a4d4edb31587cef91025ce0fe1c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 24 Oct 2019 11:56:07 +0200 Subject: [PATCH] Fix tabs not visible --- htdocs/theme/eldy/global.inc.php | 2 +- htdocs/theme/md/style.css.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 277f6ca038e..8ceda34b70f 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -280,7 +280,7 @@ input#onlinepaymenturl, input#directdownloadlink { opacity: 0.7; } -div#moretabsListaction { +div#moretabsList, div#moretabsListaction { z-index: 5; } diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index b45f9141a2f..46e1993c1b6 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -507,7 +507,7 @@ input#onlinepaymenturl, input#directdownloadlink { opacity: 0.7; } -div#moretabsListaction { +div#moretabsList, div#moretabsListaction { z-index: 5; }