How to make line renderer always be in front of UI?

I have this line renderer (grey line)
it should be in front of the UI card but its behind…how do i change this?

It should show like this

This is the hierarchy
9828543--1413321--upload_2024-5-11_18-0-17.png

Canvas is on Screen Space - Overlay ( i cannot change that it destroys everything)

What i tried

i used 2 cameras, 1 that renders everything except line renderer with depth -1.
Second camera that renders only line renderer with depth 1 and also changed to depth only…

Did not work. Please can you help?