You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created some menu items inside a fieldset with tooltips as per example provided in the docs. The tooltips are not showing. Please kindly advise what I could be missing.
Thank you so much.
The text was updated successfully, but these errors were encountered:
Thank you @Mashiane
for reporting issues. It helps daisyUI a lot 💚
I'll be working on issues one by one. I will help with this one as soon as a I
find a solution.
In the meantime providing more details and reproduction links would be
helpful.
Hey, this is not about daisyUI, in CSS when you make something vertically scrollable, the horizontal overflow becomes hidden.
Removing overflow-y-auto makes it visible again (but you lose vertical scroll ☹️) https://play.tailwindcss.com/NTDhlT922B
Some JS tooltip libraries won't have this problem because the content of tooltip is not in the same place, they put the content of tooltip at the end of the page and then they change the position of tooltip using JS when you hover the element.
In the future we can use the same method in CSS as well, using CSS anchor positioning. But right now browser support is not good
What version of daisyUI are you using?
v5
Which browsers are you seeing the problem on?
Edge
Reproduction URL
https://play.tailwindcss.com/u0HiicY8Ln
Describe your issue
I have created some menu items inside a fieldset with tooltips as per example provided in the docs. The tooltips are not showing. Please kindly advise what I could be missing.
Thank you so much.
The text was updated successfully, but these errors were encountered: