Skip to content

Commit 60ba38d

Browse files
authored
fix: Nav links got broken in ietf-tools#3980 (ietf-tools#4032)
Righthand-nav links were no longer clickable since ietf-tools#3980. Fix that.
1 parent 74f2a85 commit 60ba38d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

ietf/static/css/ietf.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ table tbody.meta {
175175
// Style the righthand navigation panel
176176
#righthand-panel {
177177
max-height: 80vh;
178-
z-index: -1;
179178
}
180179

181180
#righthand-nav {

ietf/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
</div>
104104
</div>
105105
{% block footer %}
106-
<footer class="col-md-12 col-sm-12 bg-white text-center">
106+
<footer class="col-md-12 col-sm-12 bg-white text-center position-sticky">
107107
<hr class="mx-3">
108108
<a href="https://www.ietf.org/" class="p-3">IETF</a>
109109
<a href="https://www.ietf.org/iesg/" class="p-3">IESG</a>

0 commit comments

Comments
 (0)