fix(doc): sidebar covers nav when scrolling (#11468)

This commit is contained in:
wChenonly
2023-01-14 21:50:07 +08:00
committed by GitHub
parent 92d622aa82
commit 13629b2070
2 changed files with 12 additions and 12 deletions

View File

@@ -172,6 +172,8 @@ export default {
width: 100%;
background-color: var(--van-doc-header-background);
user-select: none;
position: relative;
z-index: 2;
&__top {
display: flex;