Is it possible to set the z-index CSS property of a task? I have tasks that overlap each other, which is fine. However, I need one of them to display on top of the other when this happens.
I tried task['progressColor'] = primaryColor; task['z-index'] = 100;
I also tried task['progressColor'] = primaryColor; task['z-index'] = '100';
Progress color works, but not the z-index.
Any ideas? Thank you!
with this template, you can return the additional class to tasks based on some conditions and define ruleset for this class in CSS, like in the following fragment: