Description

When the banner above exists, a small part of the aside will be missing.

If we close the banner, it will display as normal.

Open console, It can be observed,
increasing the "top" value, in the style of the "aside-container"class,
may fix this error.
This bug may not be related to this repo, or it may be related to the "vitepress".
In fact, through the package.json file, it can be found that the version of "vitepress" is not the latest version.
Currently, "aside-container" class in this repo is "position:sticky", and in a commit of "vitepress" (vuejs/vitepress@aecdeb9 ) , it has been changed to "fixed".
So I'm not sure if it's a problem with this repo,or with "vitepress" at the moment.
Welcome team members and others to to share their ideas.
I am happy to fix it with a PR. 😂
Activity