Is there a simple way to change the orientation of tooltips ?
For example, this "should" work in the HTML data-placement="bottom" but it doesn't seem to have any effect if you edit the DOM directly.
I suppose a better way would be to use auto placement as defined here
6bc17d3c-656e-4f82-bc2e-09ff169b692b-image.png
I'm developing a swatch that uses the Persona theme (see https://sudonix.com/topic/284/theming-support-in-sudonix/16?_=1656092092008) and because I've changed the CSS of various elements, the tooltips for the top set of buttons now appear under the navbar which of course isn't optimum.
I could use jQuery as a workaround, but this would be expensive in terms of performance.
Thanks