- Issue created by @isalmanhaider
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;
}
Active
2.2
User interface