🇨🇦Canada rellis
I applied the patch to the MR and rebased to current 5.x
🇨🇦Canada rellis
The modal popup at mobile widths being too wide seems to be a theme issue...? See: https://www.drupal.org/project/d8w3css/issues/3177344#comment-13863080 →
The css suggested in #5 there seems to fix it.
You might want to experiment with the media query width and dialog widths, something like
@media (max-width: 800px){
.ui-dialog--narrow {
min-width: 85%;
max-width: 85%;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons {
width: 85% !important;
}
}
?
🇨🇦Canada rellis
We see this too. 5.1.8 (which we rolled back to) also doesn't have the problem.