mattboldt / social-buttons

Pure CSS & SVG Social Network Buttons
MIT License
21 stars 11 forks source link

SVG CSS Block conflicts with LeafletJS #1

Open nhinze opened 9 years ago

nhinze commented 9 years ago

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

Josema commented 8 years ago

Same issue here. I fixed in the same way.

Please fix the issue, so annoying.