python-visualization / folium

Python Data. Leaflet.js Maps.
https://python-visualization.github.io/folium/
MIT License
6.93k stars 2.23k forks source link

Fixes styling on tag filter button #1925

Closed hansthen closed 6 months ago

hansthen commented 7 months ago

The original example from tagfilterbutton had some extra lines of styling in the css, that were not present in the supplied css file.

As a workaround, I copied those lines into the Folium template.

Closes #1867