Skip to content
Snippets Groups Projects
Commit 78424c9a authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Make slot list independently scrollable

parent 7c81cd4d
No related branches found
No related tags found
No related merge requests found
......@@ -343,7 +343,7 @@
</li>
</ul>
<div id="sidebarContent" class="tab-content">
<div class="tab-pane fade show active" id="unscheduled-slots">
<div class="tab-pane fade show active" id="unscheduled-slots" style="height: 80vh;overflow-y: scroll;">
{% regroup slots_unscheduled by ak.track as slots_unscheduled_by_track_list %}
{% for track_slots in slots_unscheduled_by_track_list %}
{% if track_slots.grouper %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment