mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
fix(theme): fix sidebar curtain position-top (#771)
This commit is contained in:
parent
78b4b9f572
commit
cd37921975
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user