Add z-index to anchors (fix #3746)

This commit is contained in:
Yohan Boniface
2015-10-07 14:54:56 +02:00
parent 2f54813172
commit 23e1eafe5b

View File

@ -806,6 +806,7 @@ tr:target {
border-radius: 50%;
cursor: pointer;
position: absolute;
z-index: 1;
}
.api-page h2[id]:before {