Merge #17780 - Fix #17773 - demo footer links should be clickable

Pull-request: #17780
Fixes: #17773

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2022-10-13 19:58:44 +02:00
commit eec023abe1
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
4 changed files with 16 additions and 16 deletions

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}