From 77b7accb8995fe8f95af5a0efd209d5e29762ece Mon Sep 17 00:00:00 2001 From: Arpit-Gulgulia Date: Thu, 13 Oct 2022 08:54:50 +0000 Subject: [PATCH 1/2] 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; +} From dc825e0464af7f8617294fa3043d07e344df95ee Mon Sep 17 00:00:00 2001 From: Arpit-Gulgulia Date: Thu, 13 Oct 2022 17:15:09 +0000 Subject: [PATCH 2/2] Fix:#17773 Signed-off-by: Arpit Jain Signed-off-by: Arpit-Gulgulia --- themes/bootstrap/scss/_common.scss | 8 ++++---- themes/metro/scss/_common.scss | 8 ++++---- themes/original/scss/_common.scss | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/themes/bootstrap/scss/_common.scss b/themes/bootstrap/scss/_common.scss index 8c28eff42f..24880446bd 100644 --- a/themes/bootstrap/scss/_common.scss +++ b/themes/bootstrap/scss/_common.scss @@ -252,10 +252,6 @@ td .icon { padding: 0 0.5em; } -#pma_demo { - z-index: -1; -} - .confirmation { color: $black; background-color: pink; @@ -2720,3 +2716,7 @@ body .ui-dialog { .resize-vertical { resize: vertical; } + +.table-responsive-md .data { + z-index: 9; +} diff --git a/themes/metro/scss/_common.scss b/themes/metro/scss/_common.scss index df4d143cfb..48f8654c92 100644 --- a/themes/metro/scss/_common.scss +++ b/themes/metro/scss/_common.scss @@ -490,10 +490,6 @@ img.lightbulb { padding: 20px; } -#pma_demo { - z-index: -1; -} - #pma_errors #pma_errors { padding: 0; } @@ -2841,3 +2837,7 @@ body { .resize-vertical { resize: vertical; } + +.table-responsive-md .data { + z-index: 9; +} diff --git a/themes/original/scss/_common.scss b/themes/original/scss/_common.scss index 1ac1fbe26e..7b1339fb0d 100644 --- a/themes/original/scss/_common.scss +++ b/themes/original/scss/_common.scss @@ -234,10 +234,6 @@ img.lightbulb { padding: 0 0.5em; } -#pma_demo { - z-index: -1; -} - .confirmation { background-color: #ffc; } @@ -2710,3 +2706,7 @@ body { .resize-vertical { resize: vertical; } + +.table-responsive-md .data { + z-index: 9; +}