Fix css z-index of dialog

This commit is contained in:
Laurent Destailleur 2022-07-24 16:40:33 +02:00
parent 89f7e5ad30
commit 68234c4097
2 changed files with 5 additions and 6 deletions

View File

@ -4876,11 +4876,11 @@ div#card-errors {
}
.ui-dialog-content {
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable {
z-index: 1002 !important; /* Default 101 with jquery, top menu have a z-index of 1000 */
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
z-index: 1002 !important; /* Default 101 with ui-jquery, top menu have a z-index of 1000 */
}
/* ============================================================================== */
/* For content of image preview */
/* ============================================================================== */

View File

@ -4729,9 +4729,8 @@ div#card-errors {
.ui-dialog-content {
font-size: <?php print $fontsize; ?>px !important;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable {
z-index: 1002 !important; /* Default 101 with jquery, top menu have a z-index of 1000 */
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
z-index: 1002 !important; /* Default 101 with ui-jquery, top menu have a z-index of 1000 */
}
div#dialogforpopup {