Hello everyone, I need help. I have implemented a Modal and I would like to use it like as an <aside> where the content will be a form (multiple fields: combobox, multiselect). The Drawer component is not suitable for this case, and neither is the Dialog, as the Dialog is always centered in the middle of the screen. That's why I have made my own implementation using Kendo's CSS classes.
Here's an example.
9gejxw (forked) - StackBlitz
you may notice that the Combobox's popup doesn't work. Its z-index remains 100, while the Modal's z-index is 1002.
Here's an example.
9gejxw (forked) - StackBlitz
you may notice that the Combobox's popup doesn't work. Its z-index remains 100, while the Modal's z-index is 1002.
I tried overriding the z-index of the k-animation-container class, but I wasn't successful. What can I do to proceed with this idea?
Gabriel.