Modal dialog overlay appears above views popups

Created on 3 July 2024, 5 months ago

I believe because of this patch/merge of this issue https://www.drupal.org/project/dialog/issues/3437805 🐛 Modal dialog overlay appears behind navbar/toolbar Fixed

.ui-widget-overlay {
     z-index: 1259;
}
 .ui-dialog {
     z-index: 1260;
}
 

It's affecting all views popups

Because /adminimal_theme/css/style.css uses

.adminimal-theme .views-ui-dialog {
  z-index: 1000;
}

🐛 Bug report
Status

Active

Version

2.2

Component

User interface

Created by

🇵🇰Pakistan isalmanhaider

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024