I'm having difficulty preventing the vue tooltip from displaying outside the window.
Here is the simple implementation I have:
<span>
class="features-tooltip"
v-tooltip="{ content: 'Long string here' }">
</span>
https://i.sstatic.net/7A6mD.png
Is there a way to make the tooltip fit within the window frame?
Thank you for any assistance provided.