fix(theme): allow interactions behind scroll shadow (#4537)

pull/4541/head
Ebrahim Fallah 8 months ago committed by GitHub
parent 64b33e656d
commit 091d5840ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -154,6 +154,7 @@ const pageName = computed(() =>
width: 224px; width: 224px;
height: 32px; height: 32px;
background: linear-gradient(transparent, var(--vp-c-bg) 70%); background: linear-gradient(transparent, var(--vp-c-bg) 70%);
pointer-events: none;
} }
.aside-content { .aside-content {

Loading…
Cancel
Save