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

This commit is contained in:
neverland
2020-03-26 08:47:00 -04:00
committed by GitHub
parent 3ab7ac328c
commit 9d96614425
+2
View File
@@ -2,4 +2,6 @@
.van-sidebar {
width: @sidebar-width;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}