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 91b32f2 commit 2803decCopy full SHA for 2803dec
folium/plugins/scroll_zoom_toggler.py
@@ -35,9 +35,11 @@ def __init__(self):
35
{% endmacro %}
36
37
{% macro html(this,kwargs) %}
38
- <img id="{{this.get_name()}}" alt="scroll"
39
- src="https://cdnjs.cloudflare.com/ajax/libs/ionicons/1.5.2/png/512/arrow-move.png"
40
- onclick="{{this._parent.get_name()}}.toggleScroll()"></img>
+ <img id="{{this.get_name()}}" alt="scroll"
+ src="https://cdnjs.cloudflare.com/ajax/libs/ionicons/1.5.2/png/512/arrow-move.png"
+ style="z-index: 999999"
41
+ onclick="{{this._parent.get_name()}}.toggleScroll()">
42
+ </img>
43
44
45
{% macro script(this,kwargs) %}
0 commit comments