Skip to content

Commit e0b869e

Browse files
committed
fix position of old anchors in api docs
1 parent eb66f3f commit e0b869e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apify-docs-theme/src/theme/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,3 +1609,8 @@ iframe[src*="youtube"] {
16091609
height: auto;
16101610
margin-bottom: 1.6rem;
16111611
}
1612+
1613+
div[data-section-id] span[id] {
1614+
margin-top: -130px;
1615+
position: absolute;
1616+
}

0 commit comments

Comments
 (0)