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
Describe the bug
Couldn't add custom styles to tooltip-container with tailwind. The styles is always reset to some default ones. In this particular case - border-radius is not 16px, but 3px even though I set rounded-[16px] after tooltip-container.
I expect the issue to be in the order of the CSS files. Tailwind CSS needs to be imported after the tooltip CSS. Otherwise, the last one is applied if styles have the same specificity.
Describe the bug
Couldn't add custom styles to
tooltip-container
with tailwind. The styles is always reset to some default ones. In this particular case - border-radius is not 16px, but 3px even though I setrounded-[16px]
aftertooltip-container
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
tooltip-container
to have styles I defined by Tailwind.The text was updated successfully, but these errors were encountered: