2
0
forked from Wavyzz/dolibarr

FIX Problem of z-index with popup and top menu

This commit is contained in:
Alexandre SPANGARO
2021-07-08 22:11:41 +02:00
parent a345d38320
commit be62c2f7f4
2 changed files with 6 additions and 0 deletions

View File

@@ -4108,6 +4108,9 @@ div#card-errors {
.ui-dialog-content { .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 */
}
/* ============================================================================== */ /* ============================================================================== */
/* For content of image preview */ /* For content of image preview */

View File

@@ -4025,6 +4025,9 @@ div#card-errors {
font-size: <?php print $fontsize; ?>px !important; 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 */
}
/* ============================================================================== */ /* ============================================================================== */
/* For content of image preview */ /* For content of image preview */