πŸ‡¨πŸ‡¦Canada @rellis

Account created on 13 September 2004, almost 20 years ago
#

Recent comments

πŸ‡¨πŸ‡¦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.

Production build 0.69.0 2024