Skip to content

Commit 091d584

Browse files
fix(theme): allow interactions behind scroll shadow (#4537)
1 parent 64b33e6 commit 091d584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/theme-default/components/VPDoc.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ const pageName = computed(() =>
154154
width: 224px;
155155
height: 32px;
156156
background: linear-gradient(transparent, var(--vp-c-bg) 70%);
157+
pointer-events: none;
157158
}
158159
159160
.aside-content {

0 commit comments

Comments
 (0)