We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eed611 commit 70e1b12Copy full SHA for 70e1b12
folium/plugins/scroll_zoom_toggler.py
@@ -37,7 +37,7 @@ def __init__(self):
37
{% macro html(this,kwargs) %}
38
<img id="{{this.get_name()}}" alt="scroll"
39
src="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/png/512/arrow-move.png"
40
- style="z-index: 999999"
+ style="z-index: 999999"
41
onclick="{{this._parent.get_name()}}.toggleScroll()">
42
</img>
43
{% endmacro %}
0 commit comments