Skip to content

Commit

Permalink
fix(theme): allow interactions behind scroll shadow (#4537)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrahimfallah authored Feb 3, 2025
1 parent 64b33e6 commit 091d584
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/theme-default/components/VPDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ const pageName = computed(() =>
width: 224px;
height: 32px;
background: linear-gradient(transparent, var(--vp-c-bg) 70%);
pointer-events: none;
}
.aside-content {
Expand Down

0 comments on commit 091d584

Please sign in to comment.