Fix bouton défilement défectueux

This commit is contained in:
Jean-Marie Favreau 2025-03-09 17:28:55 +01:00
parent 4df5667f88
commit f6622ae1ac

View File

@ -180,6 +180,7 @@
{% endwith %} {% endwith %}
{% endfor %} {% endfor %}
</div> </div>
<div class="slider-button slider-button-inside button-right hidden">{% picto_from_name "arrow-right" %}</div>
{% if calendar.lastdate|shift_day:+1|not_after_last %} {% if calendar.lastdate|shift_day:+1|not_after_last %}
{% if calendar.lastdate|not_before_first %} {% if calendar.lastdate|not_before_first %}
{% if category %} {% if category %}
@ -193,7 +194,6 @@
{% endif %} {% endif %}
{% endif %} {% endif %}
{% endif %} {% endif %}
<div class="slider-button slider-button-inside button-right hidden">{% picto_from_name "arrow-right" %}</div>
</div> </div>
{% cache 90000 footer_month user.is_authenticated calendar.firstdate category filter.get_url %} {% cache 90000 footer_month user.is_authenticated calendar.firstdate category filter.get_url %}
<footer> <footer>