Skip to content

Commit 09cecfd

Browse files
committed
Fixed the day-of-week agenda links to not pull the agenda up so high that the start of the day is obscured by the top navbar.
- Legacy-Id: 10006
1 parent fb66c18 commit 09cecfd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ietf/templates/meeting/agenda.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,9 @@ <h2>
156156
{% ifchanged item.timeslot.time|date:"Y-m-d" %}
157157
<tr><th class="gap" colspan="6"></th></tr>
158158
<tr class="warning">
159-
<th colspan="6" class="anchor-target" id="{{item.timeslot.time|slugify}}">
159+
<th colspan="6">
160+
%# The anchor here needs to be in a div, not in the th, in order for the anchor-target margin hack to work #}
161+
<div class="anchor-target" id="{{item.timeslot.time|slugify}}"/>
160162
{% if "-utc" in request.path %}
161163
{{ item.timeslot.utc_start_time|date:"l, F j, Y" }} (UTC)
162164
{% else %}

0 commit comments

Comments
 (0)