Skip to content

Commit 2e680c7

Browse files
authored
Make room bar sticky in the schedule viewer (#404)
1 parent 1ff4afa commit 2e680c7

File tree

2 files changed

+20584
-69
lines changed

2 files changed

+20584
-69
lines changed

src/pretalx/agenda/templates/agenda/schedule.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
locale="{{ request.LANGUAGE_CODE }}"
6969
timezone="{{ request.event.timezone }}"
7070
{% if show_talk_list %}format="list"{% endif %}
71-
style="--pretalx-clr-primary: {{ request.event.visible_primary_color }}"
71+
style="--pretalx-clr-primary: {{ request.event.visible_primary_color }}; --pretalx-sticky-top-offset: 0px"
7272
></pretalx-schedule>
7373
<noscript class="d-block">
7474
<div class="alert alert-info m-4">

0 commit comments

Comments
 (0)