Hello!
I have some ui markers on a map component, but I would like to offset the tooltip of those markers a littlebit, because blocks the view a little bit. How can I do that?
Thanks!!
Hello!
I have some ui markers on a map component, but I would like to offset the tooltip of those markers a littlebit, because blocks the view a little bit. How can I do that?
Thanks!!
In the Chrome browser Developer Tools (F12) I can move it by adding the top
setting.
.leaflet-tooltip {
top: -20px;
....
}
Adding
META.tooltip.style.top : -20px;
in Designer doesn't seem to work in Designer or the browser. Hmmm!