191
Views
1
Comments
Solved
[OutSystems UI] Date picker opens behind popup [2.12.0]
outsystems-ui
Reactive icon
Forge asset by OutSystems
Application Type
Reactive

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

2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.