From de6d8b2b2a48c5635149685eeaee0fbccd6d8aee Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Wed, 18 May 2022 11:19:23 -0700 Subject: [PATCH] fix: Prevent righthand-nav from overlapping the footer on short screens (#3980) Co-authored-by: Robert Sparks --- ietf/static/css/ietf.scss | 1 + ietf/templates/base.html | 86 +++++++++++++++++++-------------------- 2 files changed, 44 insertions(+), 43 deletions(-) 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 %}