Skip to content

bug: tooltip edges bug. #4495

@erikdemarco

Description

@erikdemarco

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:

<!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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions