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
Nope, tippy box is absolute element and max-width dosen't work.
I mean, maybe tippy can calculate itself?
Cause I have just only one programmatic solution:
set ref to wrapper, calculate in it width of ref and set it to max-width property.
As default max-width only number and 350px.
I need tooltip width as wrapper width (by css).
How can I set it?
I use inline-positioning, but it still as content width.
The text was updated successfully, but these errors were encountered: