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'm putting the <ReactTooltip/> component in my root layout for a Gatsby site, so I can use tooltips on any page of my site using that layout (hopefully irrelevant to this problem). The problem is, I notice that this component seemingly has a built-in margin-top: -10px CSS rule when it is rendered to the page?!
Obviously, this will cause style issues on any page it is included in. How can I get rid of this pesky -10px margin-top rule?
The text was updated successfully, but these errors were encountered:
I'm putting the
<ReactTooltip/>component in my root layout for a Gatsby site, so I can use tooltips on any page of my site using that layout (hopefully irrelevant to this problem). The problem is, I notice that this component seemingly has a built-inmargin-top: -10pxCSS rule when it is rendered to the page?!Obviously, this will cause style issues on any page it is included in. How can I get rid of this pesky -10px
margin-toprule?The text was updated successfully, but these errors were encountered: