fix: Nav links got broken in #3980 (#4032)

Righthand-nav links were no longer clickable since #3980. Fix that.
This commit is contained in:
Lars Eggert 2022-06-01 01:06:15 +03:00 committed by GitHub
parent 74f2a85d64
commit 60ba38defe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -175,7 +175,6 @@ table tbody.meta {
// Style the righthand navigation panel
#righthand-panel {
max-height: 80vh;
z-index: -1;
}
#righthand-nav {

View file

@ -103,7 +103,7 @@
</div>
</div>
{% block footer %}
<footer class="col-md-12 col-sm-12 bg-white text-center">
<footer class="col-md-12 col-sm-12 bg-white text-center position-sticky">
<hr class="mx-3">
<a href="https://www.ietf.org/" class="p-3">IETF</a>
<a href="https://www.ietf.org/iesg/" class="p-3">IESG</a>