- π¨π¦Canada karing π¨π¦
I thought I'd post a screenshot of what fullcalendar_view-3256576-5x-modal-003.patch looks like ->
-
rellis β
authored e3245f86 on 5.x
Issue #3256576 by εΈε, rellis, bgilhome, g-brodiei, KarinG: Use drupal...
-
rellis β
authored e3245f86 on 5.x
- Status changed to Fixed
about 2 years ago 5:18am 14 February 2023 - π¦πΊAustralia mingsong π¦πΊ
Thanks everyone.
In the develop branch now.
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
almost 2 years ago 5:51pm 11 March 2023 - π¨π¦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; } }
?
- πΊπΈUnited States fallenturtle
Be great if we could do the same for the jsframe dialog box.
- π¦πΊAustralia mingsong π¦πΊ
The commit for this task doesn't involve any CSS, so I think it should be a conflict between custom CSS and Drupal modal dialog, or between Fullcalendar theme and Drupal theme.