In the small div element, I need to incorporate multiple tooltip
functionalities.
Furthermore, as this div has an "overflow: auto" attribute, Popper.js
automatically ensures that the tooltips remain within the boundaries of the element.
In such situations, the tooltip keeps opening and closing rapidly due to the presence of a cursor, creating a repetitive cycle.
Once the tooltip is triggered, I would like it to remain open even when the cursor hovers over it.
Are there any specific settings or workarounds available for this issue?