From 874000fd6deb3a97dca085a9da0434e8b7d9fbb4 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 7 Jul 2016 12:30:50 +0000 Subject: [PATCH] Added z-index settings to make sure that the tab links aren't covered by other elements. - Legacy-Id: 11538 --- ietf/static/ietf/css/ietf.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ietf/static/ietf/css/ietf.css b/ietf/static/ietf/css/ietf.css index d12425897..c4bf16058 100644 --- a/ietf/static/ietf/css/ietf.css +++ b/ietf/static/ietf/css/ietf.css @@ -110,6 +110,7 @@ div.anchor-target:before { height: 65px; margin-top: -65px; } +div.anchor-target { z-index: 0; } /* Make the panel title font normally large */ .panel-title { font-size: 14px } @@ -124,6 +125,7 @@ label.required:after { content: "\2217"; color: #a94442; font-weight: bold; } /* Add some margin to tabs */ .nav-tabs[role=tablist] { margin-bottom: 0.7em; } +.nav a { z-index: 100; } /* Styles needed for the ballot table */ /*