The title pretty much explains the issue I experience.
If I am using a position absolute and adjusting the top position within the custom react node by the accumulated offset, it solves the issue.
I wonder if is there any trivial that I am missing?
I am using the tool with this versions:
"react-leaflet": "^4.2.0", "react-leaflet-marker": "^2.1.0",
And also having a stylesheet for leaflet as direct link:
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.3/dist/leaflet.css" integrity="sha256-kLaT2GOSpHechhsozzB+flnD+zUyjE2LlfWPgU04xyI=" crossorigin=""/>.
Thank you for any advise or confirmation in advance.