Skip to content

Commit 1b68acd

Browse files
committed
Changed the z-index for the ballot-icon tooltip so it doesn't obscure ballot pop-over content.
- Legacy-Id: 9447
1 parent 02cd366 commit 1b68acd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

static/css/ietf.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ label.required:after { content: "\2217"; color: #a94442; font-weight: bold; }
128128
.ballot-icon table .my { border: 2px solid #000;}
129129
.ballot-icon table { margin: 0 0 10px 10px; }
130130

131+
/* Adjust the z-index of the ballot-icon tooltip so it doesn't obscure pop-over content */
132+
.ballot-icon:after { z-index: 1035; }
133+
131134
/* Style the right-hand page navigation affix used on some pages. */
132135

133136
#affix .nav > li > a {

0 commit comments

Comments
 (0)