Hi,
I just installed OutSystems UI 2.12.0 and i noticed that the datepicker opens behind the popup widget that is it's'parent:
The cause is that the .flatpickr-calendar.open css class is defined twice, once with a z-index of 99 and once with a z-index of 99999. If i change it back to the high value it works again.
Can you please fix this? we don't want to implement version-specific custom css for this.
Kind regards,
Bas
Hi @Bas de Jong
This was already tracked and will be present on the next release under ROU-3907 (for reference in the release notes).Until then, the workaround is the one you mentioned.
Kind Regards,GM