forked from Wavyzz/dolibarr
FIX Problem of z-index with popup and top menu
This commit is contained in:
@@ -4108,6 +4108,9 @@ 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 */
|
||||
}
|
||||
|
||||
/* ============================================================================== */
|
||||
/* For content of image preview */
|
||||
|
||||
@@ -4025,6 +4025,9 @@ div#card-errors {
|
||||
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 */
|
||||
|
||||
Reference in New Issue
Block a user