We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02cd366 commit 1b68acdCopy full SHA for 1b68acd
1 file changed
static/css/ietf.css
@@ -128,6 +128,9 @@ label.required:after { content: "\2217"; color: #a94442; font-weight: bold; }
128
.ballot-icon table .my { border: 2px solid #000;}
129
.ballot-icon table { margin: 0 0 10px 10px; }
130
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
+
134
/* Style the right-hand page navigation affix used on some pages. */
135
136
#affix .nav > li > a {
0 commit comments