social-buttons icon indicating copy to clipboard operation
social-buttons copied to clipboard

SVG CSS Block conflicts with LeafletJS

Open nhinze opened this issue 9 years ago • 1 comments

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; }

nhinze avatar Mar 17 '15 10:03 nhinze

Same issue here. I fixed in the same way.

Please fix the issue, so annoying.

Josema avatar Mar 08 '16 17:03 Josema