Righthand-nav links were no longer clickable since #3980. Fix that.
This commit is contained in:
parent
74f2a85d64
commit
60ba38defe
|
@ -175,7 +175,6 @@ table tbody.meta {
|
|||
// Style the righthand navigation panel
|
||||
#righthand-panel {
|
||||
max-height: 80vh;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
#righthand-nav {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue