Hi All ,
is that possible create js component that have z-index above (overlay) existing cuba component ?such as chat dialog etc ?
Hi All ,
is that possible create js component that have z-index above (overlay) existing cuba component ?such as chat dialog etc ?
Hello @arifian.prahata
Yes, this is possible. There is no any restriction, so you can create your own custom visual component that will have z-index
higher that other components have. Just set required z-index
value in component widget.
Moreover in 7.0 release you can use new API that enables to manage DOM attributes and CSS properties on server-side: HtmlAttributes documentation.
Regards,
Daniil