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
Thanks very much for your hard work on this repo. When applying a background color to the popover, I noticed that the tiny triangle ::before pseudo-element that connects the popover to the target element was still white. I found that I was able to set the color of its background by changing the color of its border-top like so:
Thanks very much for your hard work on this repo. When applying a background color to the popover, I noticed that the tiny triangle
::before
pseudo-element that connects the popover to the target element was still white. I found that I was able to set the color of its background by changing the color of itsborder-top
like so:Please let me know if there's a better way to do this... otherwise, I hope that this is helpful for anyone else struggling with this.
The text was updated successfully, but these errors were encountered: