social-buttons
social-buttons copied to clipboard
SVG CSS Block conflicts with LeafletJS
The SVG CSS:
svg { width: 1.8em; height: 1.8em; fill: #fff; }
hides the polylines of LeafletJS. It probably should not be global.
I fixed it this way:
.sc-icon svg { width: 1.8em; height: 1.8em; fill: #fff; }
Same issue here. I fixed in the same way.
Please fix the issue, so annoying.