when using tooltip and its close to the edge. the text will gets cut out of the edge
<!DOCTYPE html>
<html>
<link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<body>
<div class="tooltip tooltip-bottom" data-tip="hello hello hellohello hello hellohello hello hello">
<button class="btn">Bottom</button>
</div>
</body>
</html>
Reproduction URL (Required)
https://stackblitz.com/edit/daisyui5?file=index.html
What version of daisyUI are you using?
5
Which browsers are you seeing the problem on?
No response
Describe your issue
when using tooltip and its close to the edge. the text will gets cut out of the edge
try this code: