vuejs / theme

VitePress theme for vuejs.org.
MIT License
245 stars 87 forks source link

Incorrect aside sticky position #90

Closed Hfutsora closed 1 year ago

Hfutsora commented 1 year ago

When there is a top banner and no sidebar, the sticky position of the aside is incorrect.

image

You can find this bug on vue doc.

Related: vitepress issue.

Hfutsora commented 1 year ago

3 USS8D2_~ }YORU54_U@OH

The problem seems to be caused by the top advertising banner not providing vt-banner-height.

image

Manually adding the vt-banner-height seems to have fixed the issue.

Jinjiang commented 1 year ago

So I guess this issue can be closed. Thanks all.