Update VPSidebar.vue

pull/2224/head
Divyansh Singh 3 years ago committed by GitHub
parent a6daafd444
commit bb9c620a76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -74,6 +74,7 @@ watchPostEffect(async () => {
overflow-y: auto;
transform: translateX(-100%);
transition: opacity 0.5s, transform 0.25s ease;
overscroll-behavior: contain;
}
.VPSidebar.open {

Loading…
Cancel
Save