From 1b68acd75552e3b0865eabc9e3288b534a383d03 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sat, 11 Apr 2015 18:25:43 +0000 Subject: [PATCH] Changed the z-index for the ballot-icon tooltip so it doesn't obscure ballot pop-over content. - Legacy-Id: 9447 --- static/css/ietf.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/ietf.css b/static/css/ietf.css index 47e449b98..2eb798aeb 100644 --- a/static/css/ietf.css +++ b/static/css/ietf.css @@ -128,6 +128,9 @@ label.required:after { content: "\2217"; color: #a94442; font-weight: bold; } .ballot-icon table .my { border: 2px solid #000;} .ballot-icon table { margin: 0 0 10px 10px; } +/* Adjust the z-index of the ballot-icon tooltip so it doesn't obscure pop-over content */ +.ballot-icon:after { z-index: 1035; } + /* Style the right-hand page navigation affix used on some pages. */ #affix .nav > li > a {