feat(Sidebar): set overflow-y auto (#5921)

This commit is contained in:
neverland 2020-03-26 09:47:00 -03:00 committed by GitHub
parent 3ab7ac328c
commit 9d96614425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,4 +2,6 @@
.van-sidebar {
width: @sidebar-width;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}