mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-11-27 04:09:51 +08:00
site: fix anchor height
This commit is contained in:
parent
a8f8a27d67
commit
1a7d941205
@ -56,7 +56,7 @@ function genAnchorTemplate (
|
||||
internal-scrollable
|
||||
:bound="16"
|
||||
type="block"
|
||||
style="width: 128px; position: sticky; top: 32px; max-height: calc(100vh - 32px - 64px);"
|
||||
style="width: 128px; position: sticky; top: 32px; max-height: calc(100vh - 32px - 64px); height: auto;"
|
||||
offset-target="#doc-layout"
|
||||
:ignore-gap="${options.ignoreGap}"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user