Add scrolling to schedule table

This commit is contained in:
Tobias 2018-10-06 11:25:44 +13:00
parent a1a9322e1d
commit 84238b241c

View file

@ -45,7 +45,9 @@
aria-labelledby="schedule_day_{{ timetable.day.date|date:"l"|lower}}-tab"
>
{% cache 180 cache-schedule timetable.day.date %}
<div class="table-responsive">
{% include "symposion/schedule/_grid.html" %}
</div>
{% endcache %}
</div>
{% endfor %}