We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff4afa commit 2e680c7Copy full SHA for 2e680c7
src/pretalx/agenda/templates/agenda/schedule.html
@@ -68,7 +68,7 @@
68
locale="{{ request.LANGUAGE_CODE }}"
69
timezone="{{ request.event.timezone }}"
70
{% if show_talk_list %}format="list"{% endif %}
71
- style="--pretalx-clr-primary: {{ request.event.visible_primary_color }}"
+ style="--pretalx-clr-primary: {{ request.event.visible_primary_color }}; --pretalx-sticky-top-offset: 0px"
72
></pretalx-schedule>
73
<noscript class="d-block">
74
<div class="alert alert-info m-4">
0 commit comments