From 77b7accb8995fe8f95af5a0efd209d5e29762ece Mon Sep 17 00:00:00 2001 From: Arpit-Gulgulia Date: Thu, 13 Oct 2022 08:54:50 +0000 Subject: [PATCH] Fix:#17773 Signed-off-by: Arpit Jain Signed-off-by: Arpit-Gulgulia --- themes/pmahomme/scss/_common.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/pmahomme/scss/_common.scss b/themes/pmahomme/scss/_common.scss index 9cf6fbcafa..ce75223bc5 100644 --- a/themes/pmahomme/scss/_common.scss +++ b/themes/pmahomme/scss/_common.scss @@ -432,10 +432,6 @@ img.lightbulb { padding: 0 0.5em; } -#pma_demo { - z-index: -1; -} - .confirmation { color: #000; background-color: pink; @@ -2867,3 +2863,7 @@ body .ui-dialog { z-index: 1056; top: 100px; } + +.table-responsive-md .data { + z-index: 9; +}