Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooltip arrow is broken #441

Open
justinherrera opened this issue Feb 12, 2023 · 0 comments
Open

Tooltip arrow is broken #441

justinherrera opened this issue Feb 12, 2023 · 0 comments

Comments

@justinherrera
Copy link

Describe the bug
Tooltip arrow is broken, I am using flowbite-react npm package.

Code

<Tooltip
         content="Copied!"
         trigger="click"
         className={`uppercase bg-[#1F2937] ${
         isClipboardHidden ? "hidden" : ""
         }`} >

Expected behavior
Supposed to return an output like this https://flowbite-react.com/tooltips

Screenshots
https://prnt.sc/zJa72a-MSW4_

Desktop (please complete the following information):

  • OS: Win 11
  • Browser: Chrome
  • Version 110.0.5481.77
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant