From c93cbc21f534805a0a0bc2e3917afb8336f37aaf Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Mon, 30 May 2022 17:55:31 +0300 Subject: [PATCH] fix: Nav links got broken in #3980 Righthand-nav links were no longer clickable since #3980. Fix that. --- ietf/static/css/ietf.scss | 1 - ietf/templates/base.html | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ietf/static/css/ietf.scss b/ietf/static/css/ietf.scss index 21d13993042..c472f6dcabe 100644 --- a/ietf/static/css/ietf.scss +++ b/ietf/static/css/ietf.scss @@ -171,7 +171,6 @@ 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 5858d60d0e5..452d3cc82aa 100644 --- a/ietf/templates/base.html +++ b/ietf/templates/base.html @@ -112,7 +112,7 @@ {% block footer %} -