diff --git a/ietf/static/css/ietf.scss b/ietf/static/css/ietf.scss index 0a2f149c0..cbd944f3f 100644 --- a/ietf/static/css/ietf.scss +++ b/ietf/static/css/ietf.scss @@ -171,6 +171,7 @@ table tbody.meta { // Style the righthand navigation panel #righthand-panel { max-height: 80vh; + z-index: -1; } #righthand-nav { diff --git a/ietf/templates/base.html b/ietf/templates/base.html index 9d4be9d7e..5858d60d0 100644 --- a/ietf/templates/base.html +++ b/ietf/templates/base.html @@ -110,51 +110,51 @@ {% block content_end %}{% endblock %} -
- {% block footer %} - + {% endblock %} {% block js %} {% endblock %} @@ -163,6 +163,6 @@ window.location.href = e.params.data.url; }); - {% analytical_body_bottom %} + {% analytical_body_bottom %}