fix(site): anchor offset (#1477)

This commit is contained in:
GaoNeng 2024-03-08 14:08:04 +08:00 committed by GitHub
parent d72a5f381a
commit defd25a462
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -524,6 +524,7 @@ table.api-table {
}
.cmp-page-anchor {
:deep(.tiny-anchor__affix) {
top: unset !important;
overflow-y: auto;
max-height: 80vh;
}