I set a `marginTop` value for the resource row, which pushes down the event bars like so.

What is the correct approach to make the shadow fits the shape of the event (ie: same as resizing shadow), instead of the resource row’s height? Noting the events can have varying heights.

I tried this in `onEventMoving` but it doesn’t seem to work.
args.html = `
<div style="
height:${eventHeight}px;
${(args.e.text())}
</div>
`;
Thank you.