forked from opentiny/tiny-vue
fix(site): anchor offset (#1477)
This commit is contained in:
parent
d72a5f381a
commit
defd25a462
|
@ -524,6 +524,7 @@ table.api-table {
|
|||
}
|
||||
.cmp-page-anchor {
|
||||
:deep(.tiny-anchor__affix) {
|
||||
top: unset !important;
|
||||
overflow-y: auto;
|
||||
max-height: 80vh;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue