Skip to content

Commit 874000f

Browse files
committed
Added z-index settings to make sure that the tab links aren't covered by other elements.
- Legacy-Id: 11538
1 parent dd7e454 commit 874000f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/static/ietf/css/ietf.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ div.anchor-target:before {
110110
height: 65px;
111111
margin-top: -65px;
112112
}
113+
div.anchor-target { z-index: 0; }
113114

114115
/* Make the panel title font normally large */
115116
.panel-title { font-size: 14px }
@@ -124,6 +125,7 @@ label.required:after { content: "\2217"; color: #a94442; font-weight: bold; }
124125

125126
/* Add some margin to tabs */
126127
.nav-tabs[role=tablist] { margin-bottom: 0.7em; }
128+
.nav a { z-index: 100; }
127129

128130
/* Styles needed for the ballot table */
129131
/*

0 commit comments

Comments
 (0)