fix(theme): fix sidebar curtain position-top (#771)

This commit is contained in:
pengzhanbo 2025-12-03 13:35:12 +08:00 committed by GitHub
parent 78b4b9f572
commit cd37921975
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -172,7 +172,7 @@ onMounted(() => {
@media (min-width: 960px) {
.curtain {
position: sticky;
top: -64px;
top: calc(var(--vp-nav-height) * -1);
left: 0;
z-index: 1;
height: var(--vp-nav-height);