Hello,
I am trying to obtain the same display of a planner item as background while permitting overlapping.
I have discovered through the code that a background item cannot be overlapped. My main issue is that I'd like to use the same ligne grid as the planner provides without an extra border that marks each item borders much thicker. I tried removing the border without much success, I tried to fiddle around and it all came to the same conclusion : it is not possible to remove the border from an item.
I have then tried to use the background tag in order to not have this border but my items need to be overlapped. Is what I am trying to achieve impossible ?
here are some captures to what I'd like the display to be :
here is what I get without background tag :
and here is the overlapping needed :
Is there any solution to this ?
Thank you