File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,9 +35,11 @@ def __init__(self):
3535 {% endmacro %}
3636
3737 {% 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>
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"
41+ onclick="{{this._parent.get_name()}}.toggleScroll()">
42+ </img>
4143 {% endmacro %}
4244
4345 {% macro script(this,kwargs) %}
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ def test_scroll_zoom_toggler():
2121 # Verify that the div has been created.
2222 tmpl = Template ("""
2323 <img id="{{this.get_name()}}" alt="scroll"
24- src="https://cdnjs.cloudflare.com/ajax/libs/ionicons/1.5.2/png/512/arrow-move.png"
24+ src="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/png/512/arrow-move.png"
25+ style="z-index: 999999"
2526 onclick="{{this._parent.get_name()}}.toggleScroll()"></img>
2627 """ )
2728 assert '' .join (tmpl .render (this = szt ).split ()) in '' .join (out .split ())
You can’t perform that action at this time.
0 commit comments