Jumping to the start of the page when closing lightbox

This commit is contained in:
reverend 2021-10-02 08:44:49 +02:00
parent 670b99a7e5
commit a6dbf1c716
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<a href="#image{{forloop.counter0|add:-1}}" class="LP-ImageGrid__Previous">Previous</a>
{% endif %}
<span class="LP-ImageGrid__Close LP-ImageGrid__DeleteItem" title="Schließen">
<a href="#thumbnail{{forloop.counter0}}" class="LP-Link">
<a href="#" class="LP-Link">
<img class="LP-Icon" src="{% static 'icons/cancel.svg' %}"/>
</a>
</span>