Expecting to see the Calendar popup to pick a date.
Calendar is opened but not shown entirely. Hidden due to an overflow statement in css
Happens since subformn is introduced
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-01-15 13:38:43 |
Closed_By | ⇒ | hans2103 |
my bad.. closing
added a small piece of css to administrator template Atum user.css to fix the issue
it is a small workaround until a proper solution has been made. ;-)
.subform-repeatable-wrapper .table-responsive:has(.field-calendar) {
overflow: visible;
}
Is this the same as #38443